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

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

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

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