Show
Ignore:
Timestamp:
06/16/09 14:21:14 (15 years ago)
Author:
trnewman
Message:

Adding set active mission functionality in the shell

Files:
1 modified

Legend:

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

    r279 r281  
    33AM_CXXFLAGS = -Wall -g 
    44 
    5 bin_PROGRAMS = sml_demo ce_test_demo 
     5bin_PROGRAMS = sml_demo 
    66 
    77sml_demo_SOURCES = ServiceManagementLayer.cpp sml_demo.cpp 
    88sml_demo_LDADD = -ldl -lpthread -lsqlite3  ../lib/tinyxml/libtinyxml.a ../lib/socketcomm/libsocketcomm.a 
    9  
    10 ce_test_demo_SOURCES = ce_test_demo.cpp 
    11 ce_test_demo_LDADD = -ldl -lpthread ../lib/socketcomm/libsocketcomm.a