Show
Ignore:
Timestamp:
07/15/09 16:05:12 (15 years ago)
Author:
trnewman
Message:

Added proper macros and cleaned up lib linking issues.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/shell/Makefile.am

    r207 r323  
     1include $(top_srcdir)/Makefile.common 
     2 
    13INCLUDES = -I$(top_srcdir)/src/include 
    24 
     
    68 
    79shell_demo_SOURCES = CognitiveRadioShell.cpp shell_demo.cpp 
    8 shell_demo_LDADD = ../lib/tinyxml/libtinyxml.a ../lib/socketcomm/libsocketcomm.a 
    9  
     10shell_demo_LDADD = $(CROSS_XML_A) $(CROSS_SOCKETCOMM_LA)