Changeset 1257 in Sophya for trunk/SophyaLib/Mgr/configure.in
- Timestamp:
- Oct 24, 2000, 4:49:56 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Mgr/configure.in
r1254 r1257 49 49 dnl ADD_SRC(SysTools, systoolssrc) 50 50 51 dnl liste des repertoires 52 51 53 echo "building include directory..." 52 54 … … 60 62 AC_MSG_ERROR("cannot find path to source dir") 61 63 fi 62 for xdir in SysTools TArray NTools; do64 for xdir in SysTools TArray HiStats NTools; do 63 65 if test -d $incsrcdir/$xdir ; then 64 66 for fn in $incsrcdir/$xdir/*.h; do … … 71 73 72 74 AC_OUTPUT(Makefile include/Makefile SysTools/Makefile TArray/Makefile 73 NTools/Makefile)75 HiStats/Makefile NTools/Makefile) 74 76
Note:
See TracChangeset
for help on using the changeset viewer.