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.

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