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

Revision 323, 248 bytes (checked in by trnewman, 15 years ago)

Added proper macros and cleaned up lib linking issues.

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