Ignore:
Timestamp:
2010-01-27T16:20:55+13:00 (14 years ago)
Author:
mdewsnip
Message:

Changed top-level configure and Makefile so the build-src directory is done as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gs2-core/configure.ac

    r21624 r21681  
    8080fi
    8181
     82# Configure the build-src subdirectory
     83if test -d "$srcdir/build-src"; then
     84  AC_CONFIG_SUBDIRS([build-src])
     85fi
     86
    8287# Configure the runtime-src subdirectory
    8388if test -d "$srcdir/runtime-src"; then
Note: See TracChangeset for help on using the changeset viewer.