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

Revision 207, 233 bytes (checked in by jgaeddert, 15 years ago)

Added CognitiveRadioShell? class and Shell demo.

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