Show
Ignore:
Timestamp:
08/24/09 17:00:03 (15 years ago)
Author:
bhilburn
Message:

Reworked the build process for libvtcross so that it would build in the
proper order with good autofoo. Also, added output to 'reconf'.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/configure.ac

    r416 r429  
    3636 
    3737AC_CONFIG_FILES(Makefile doc/Makefile src/Makefile src/shell/Makefile 
    38           src/libvtcross/Makefile src/cognitive_engines/Makefile 
    39           src/cognitive_engines/CBR_CE/Makefile  
    40           src/cognitive_engines/OSSIE_DEMO_CE/Makefile  
    41           src/cognitive_engines/DSA_CE/Makefile  
    42           src/policy_engines/Makefile src/service_management_layer/Makefile  
    43           src/lib/tinyxml/Makefile  src/lib/socketcomm/Makefile src/include/Makefile 
    44           src/include/vtcross/Makefile src/include/tinyxml/Makefile 
    45           src/lib/Makefile src/libvtcross/swig/Makefile) 
     38                src/libvtcross/Makefile 
     39                src/cognitive_engines/Makefile src/cognitive_engines/CBR_CE/Makefile  
     40                src/cognitive_engines/OSSIE_DEMO_CE/Makefile src/cognitive_engines/DSA_CE/Makefile  
     41                src/policy_engines/Makefile src/service_management_layer/Makefile  
     42                src/lib/tinyxml/Makefile  src/lib/socketcomm/Makefile src/include/Makefile 
     43                src/include/vtcross/Makefile src/include/tinyxml/Makefile 
     44                src/lib/Makefile src/libvtcross/swig/Makefile) 
    4645AC_OUTPUT 
    4746