Changeset 8 for trunk/dep

Show
Ignore:
Timestamp:
11/19/08 13:22:31 (17 years ago)
Author:
yumileroy
Message:

[svn] * Auto detect if ACE is already installed and use it.

Original author: derex_tri
Date: 2008-10-04 10:45:45-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dep/Makefile.am

    r6 r8  
    1818 
    1919## Sub-directories to parse 
    20 SUBDIRS = include lib src ACE_wrappers 
     20SUBDIRS = include lib src 
     21 
     22if TRI_BUILD_ACE 
     23SUBDIRS += ACE_wrappers 
     24endif 
    2125 
    2226## Additional files to include when running 'make dist'