Ignore:
Timestamp:
2008-07-28T20:23:27+12:00 (16 years ago)
Author:
davidb
Message:

Renaming of gs2build to build-src, gs2common to common-src etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/configure.in

    r16563 r16572  
    454454gsdlprefix=`pwd`
    455455ac_configure_args="$ac_configure_args --bindir=$gsdlprefix/bin/$gsdlos "
    456 AC_CONFIG_SUBDIRS(gs2common gs2build gs2runtime)
     456AC_CONFIG_SUBDIRS(common-src build-src runtime-src)
    457457
    458458# the list of folders in the src folder
    459 srclist="gs2common/Makefile \
    460          gs2build/Makefile \
    461          gs2runtime/Makefile"
     459srclist="common-src/Makefile \
     460         build-src/Makefile \
     461         runtime-src/Makefile"
    462462
    463463AC_OUTPUT(Makefile $srclist $moduleDirs)
Note: See TracChangeset for help on using the changeset viewer.