aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c2c0980..81a2cbb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,11 +3,15 @@ EXTRA_DIST = \
COPYING-GPL3 \
m4/introspection.m4
+if WANT_TESTS
+TESTS_SUBDIR = tests
+endif
+
SUBDIRS = \
libdbusmenu-glib \
libdbusmenu-gtk \
tools \
- tests \
+ $(TESTS_SUBDIR) \
docs \
po