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

Revision 200, 200 bytes (checked in by bhilburn, 15 years ago)

Initial work to get SML class compiling with a working skeleton. Still
nothing here; just the framework.

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 = ../lib/socketcomm/libsocketcomm.a
9
Note: See TracBrowser for help on using the browser.