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

Updated all cognitive engine examples to use new CBR structure.

Files:
1 modified

Legend:

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

    r534 r545  
    2222 
    2323OSSIE_Demo_SOURCES = OSSIE_CE.cpp OSSIE_Demo.cpp 
    24 OSSIE_Demo_DEPENDENCIES = ../libce.a 
    25 OSSIE_Demo_LDADD = -lsqlite3 ../libce.a $(CROSS_SOCKETCOMM_LA)  
     24OSSIE_Demo_DEPENDENCIES = ../libce.a ../libcbr.a 
     25OSSIE_Demo_LDADD = -lsqlite3 ../libce.a ../libcbr.a $(CROSS_SOCKETCOMM_LA)  
    2626