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/service_management_layer/Makefile.am

    r281 r323  
     1include $(top_srcdir)/Makefile.common 
     2 
    13INCLUDES = -I$(top_srcdir)/src/include 
    24 
     
    68 
    79sml_demo_SOURCES = ServiceManagementLayer.cpp sml_demo.cpp 
    8 sml_demo_LDADD = -ldl -lpthread -lsqlite3  ../lib/tinyxml/libtinyxml.a ../lib/socketcomm/libsocketcomm.a 
     10sml_demo_LDADD = -ldl -lpthread -lsqlite3  $(CROSS_XML_A) $(CROSS_SOCKETCOMM_LA)