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

Revision 281, 253 bytes (checked in by trnewman, 15 years ago)

Adding set active mission functionality in the shell

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
Note: See TracBrowser for help on using the browser.