Show
Ignore:
Timestamp:
03/10/09 14:02:25 (15 years ago)
Author:
bhilburn
Message:

Header include directory now properly configured for system install, and
relavant implementation files are now compiling properly with it. Need to take
care of tinyxml and sqlite requirements before things should be back up and
running.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/branches/bhilburn/configure.ac

    r123 r125  
    99 
    1010AC_PROG_INSTALL 
    11 AC_OUTPUT(Makefile doc/Makefile src/Makefile src/shell/Makefile 
     11AC_CONFIG_FILES(Makefile doc/Makefile src/Makefile src/shell/Makefile 
    1212          src/libvtcross/Makefile src/cognitive_engines/Makefile  
    1313          src/policy_engines/Makefile src/service_management_layer/Makefile  
    14           src/tinyxml/Makefile src/include/Makefile) 
    15  
     14          src/tinyxml/Makefile src/include/Makefile 
     15          src/include/vtcross/Makefile) 
     16AC_OUTPUT