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

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

Improving 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
9shell_demo_LDFLAGS = -pthread
10
Note: See TracBrowser for help on using the browser.