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

Revision 161, 152 bytes (checked in by bhilburn, 15 years ago)

.

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