root/vtcross/branches/bhilburn/Makefile.am @ 119

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

Adding LIBTOOL macros and libtoolize to bootstrapping process to allow us to
build libraries with libtool.

Line 
1ACLOCAL_AMFLAGS = -I m4
2
3bin_PROGRAMS = cbr_demo policy_demo shell_demo
4
5cbr_demo_SOURCES = components/case_based_reasoner/*
6policy_demo_SOURCES = components/policy_engines/*
7shell_demo_SOURCES = shell/*
8
Note: See TracBrowser for help on using the browser.