Changeset 111

Show
Ignore:
Timestamp:
03/09/09 13:14:18 (15 years ago)
Author:
bhilburn
Message:

Fixed a dump typo in my automake file, adding other files required by the
GNU-build process.

Location:
vtcross/branches/bhilburn
Files:
2 added
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/branches/bhilburn/Makefile.am

    r110 r111  
    11bin_PROGRAMS = cbr_demo policy_demo shell_demo 
    22 
    3 cbr_SOURCES = components/case_based_reasoner/* 
     3cbr_demo_SOURCES = components/case_based_reasoner/* 
    44policy_demo_SOURCES = components/policy_engines/* 
    55shell_demo_SOURCES = shell/*