aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b4b5bc3..cc30fa8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1 +1,9 @@
-SUBDIRS = src test
+SUBDIRS = src
+
+if TESTS
+SUBDIRS += test
+endif
+if EXAMPLES
+SUBDIRS += example
+endif
+