root/vtcross/trunk/src/cognitive_engines/DSA_CE/Makefile.am @ 376

Revision 376, 260 bytes (checked in by trnewman, 15 years ago)

fixed naming change

Line 
1include $(top_srcdir)/Makefile.common
2
3INCLUDES = -I$(top_srcdir)/src/include
4
5AM_CXXFLAGS = -Wall -g
6
7bin_PROGRAMS = DSA_Demo
8include_HEADERS = cbr.c
9
10DSA_Demo_SOURCES = DSA_CognitiveEngine.cpp DSA_Demo.cpp
11DSA_Demo_LDADD = -lsqlite3 $(CROSS_SOCKETCOMM_LA)
12
Note: See TracBrowser for help on using the browser.