aboutsummaryrefslogtreecommitdiff
path: root/dep
diff options
context:
space:
mode:
Diffstat (limited to 'dep')
-rw-r--r--dep/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/dep/Makefile.am b/dep/Makefile.am
index e0856407820..76b6eb6ff78 100644
--- a/dep/Makefile.am
+++ b/dep/Makefile.am
@@ -17,7 +17,11 @@
## Process this file with automake to produce Makefile.in
## Sub-directories to parse
-SUBDIRS = include lib src ACE_wrappers
+SUBDIRS = include lib src
+
+if TRI_BUILD_ACE
+SUBDIRS += ACE_wrappers
+endif
## Additional files to include when running 'make dist'
# Nothing yet.