aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDennis Schridde <devurandom@gmx.net>2011-09-02 09:50:03 -0500
committerTed Gould <ted@gould.cx>2011-09-02 09:50:03 -0500
commit74f7670af1848a814568d570d2306ed93ece1a6c (patch)
treed00af6c1e689e697fb7a8b20ac0d944db3895a37 /Makefile.am
parent9e5549b8a612db4a68bb7df14b5d7244bb82154c (diff)
downloadlibdbusmenu-74f7670af1848a814568d570d2306ed93ece1a6c.tar.gz
libdbusmenu-74f7670af1848a814568d570d2306ed93ece1a6c.tar.bz2
libdbusmenu-74f7670af1848a814568d570d2306ed93ece1a6c.zip
Make building tests optional
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