Changeset 122

Show
Ignore:
Timestamp:
03/09/09 16:01:13 (15 years ago)
Author:
bhilburn
Message:

Autoconf and Automake appear to be properly processing all source directories
now. Ready to start working with the code (finally). Had to add a line to
gitignore telling it to ignore hidden directories. Auto* makes a hell of a mess.

Location:
vtcross/branches/bhilburn
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • vtcross/branches/bhilburn/.gitignore

    r119 r122  
    2828m4/* 
    2929 
     30\.* 
  • vtcross/branches/bhilburn/configure.ac

    r119 r122  
    99 
    1010AC_PROG_INSTALL 
    11 AC_OUTPUT(Makefile doc/Makefile src/Makefile) 
     11AC_OUTPUT(Makefile doc/Makefile src/Makefile src/shell/Makefile 
     12          src/libvtcross/Makefile src/case_based_reasoners/Makefile 
     13          src/cognitive_engines/Makefile src/policy_engines/Makefile 
     14          src/service_management_layer/Makefile src/tinyxml/Makefile 
     15          src/include/Makefile) 
    1216