root/vtcross/branches/bhilburn/src/shell/Makefile.am @ 134

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

Threading wasn't being used anywhere. Removed it from the autofoo files.

RevLine 
[131]1INCLUDES = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/tinyxml
2
[133]3AM_CXXFLAGS = -Wall -g
4
[120]5bin_PROGRAMS = shell_demo
6
7shell_demo_SOURCES = cr_shell.cpp
[131]8shell_demo_LDADD = ../tinyxml/libtinyxml.a
[120]9
Note: See TracBrowser for help on using the browser.