Show
Ignore:
Timestamp:
03/04/10 12:21:26 (14 years ago)
Author:
bhilburn
Message:

Moved the implementation for the CBR into its own file, now compiling it
into a static archive for linking into other CEs.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/cognitive_engines/Makefile.am

    r534 r544  
    1919AM_CXXFLAGS = -Wall -g 
    2020 
    21 noinst_LIBRARIES = libce.a 
     21noinst_LIBRARIES = libce.a libcbr.a 
    2222libce_a_SOURCES = CognitiveEngine.cpp 
     23libcbr_a_SOURCES = CBR.cpp 
    2324 
    2425SUBDIRS = . CBR_CE DSA_CE OSSIE_DEMO_CE