root/vtcross/trunk/src/service_management_layer/Makefile.am @ 278

Revision 278, 255 bytes (checked in by wrodgers, 15 years ago)

Updated functionality of methods to include ReceiveServices?, other minor changes

Line 
1INCLUDES = -I$(top_srcdir)/src/include
2
3AM_CXXFLAGS = -Wall -g
4
5bin_PROGRAMS = sml_demo
6
7sml_demo_SOURCES = ServiceManagementLayer.cpp sml_demo.cpp
8sml_demo_LDADD = -ldl -lpthread -lsqlite3  ../lib/tinyxml/libtinyxml.a ../lib/socketcomm/libsocketcomm.a
9
10
Note: See TracBrowser for help on using the browser.