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

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

Added CognitiveRadioShell? class and Shell demo.

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