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

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

Implemented the old default policy engine in our new PolicyEngine? class. Doesn't
link properly due to redefinitions of socket functions... might need to change
the way that is laid out to fix it.

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