Show
Ignore:
Timestamp:
07/15/09 16:05:12 (15 years ago)
Author:
trnewman
Message:

Added proper macros and cleaned up lib linking issues.

Files:
1 modified

Legend:

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

    r218 r323  
     1include $(top_srcdir)/Makefile.common 
     2 
    13INCLUDES = -I$(top_srcdir)/src/include 
    24 
     
    68 
    79cbr_demo_SOURCES = CognitiveEngine.cpp cbr_demo.cpp 
    8 cbr_demo_LDADD = -lsqlite3 ../lib/socketcomm/libsocketcomm.a 
     10cbr_demo_LDADD = -lsqlite3 $(CROSS_SOCKETCOMM_LA)  
    911