root/vtcross/trunk/src/cognitive_engines/Makefile.am @ 323

Revision 323, 232 bytes (checked in by trnewman, 15 years ago)

Added proper macros and cleaned up lib linking issues.

RevLine 
[323]1include $(top_srcdir)/Makefile.common
2
[161]3INCLUDES = -I$(top_srcdir)/src/include
4
[218]5AM_CXXFLAGS = -Wall -g
[161]6
7bin_PROGRAMS = cbr_demo
8
[218]9cbr_demo_SOURCES = CognitiveEngine.cpp cbr_demo.cpp
[323]10cbr_demo_LDADD = -lsqlite3 $(CROSS_SOCKETCOMM_LA)
[161]11
Note: See TracBrowser for help on using the browser.