summaryrefslogtreecommitdiff
path: root/dist/examples/cxx/tree/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dist/examples/cxx/tree/makefile')
-rw-r--r--dist/examples/cxx/tree/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/examples/cxx/tree/makefile b/dist/examples/cxx/tree/makefile
index 3c34244..8c23fef 100644
--- a/dist/examples/cxx/tree/makefile
+++ b/dist/examples/cxx/tree/makefile
@@ -1,6 +1,10 @@
dirs := binary caching embedded custom hello library messaging mixed \
multiroot performance polymorphism streaming wildcard
+ifeq ($(WITH_ZLIB),1)
+dirs += compression
+endif
+
ifeq ($(WITH_DBXML),1)
dirs += dbxml
endif