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

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

.

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