root/vtcross/branches/bhilburn/src/policy_engines/Makefile.am @ 158

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

Renaming lib/sockets to lib/socketcomm to keep the naming convention standard.

Line 
1INCLUDES = -I$(top_srcdir)/src/include
2
3AM_CXXFLAGS = -Wall -g
4
5bin_PROGRAMS = policy_demo
6
7policy_demo_SOURCES = PolicyEngine.cpp policy_demo.cpp
8policy_demo_LDADD = ../lib/socketcomm/libsocketcomm.a
9
Note: See TracBrowser for help on using the browser.