root/vtcross/branches/bhilburn/src/cognitive_engines/Makefile.am @ 130

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

CBR demo now building and linking properly, although the code still needs lots
of cleanup. Migrated to system sqlite3 library instead of a local one.

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