aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGyörgy Balló <ballogy@freestart.hu>2011-11-22 08:36:34 +0100
committerGyörgy Balló <ballogy@freestart.hu>2011-11-22 08:36:34 +0100
commit077275b799305cc99a5c20a5fbe43cc2121ce618 (patch)
tree5ef3a0006e40e26c965872f61d7e7edc3d4c0d45 /Makefile.am
parentbc49dd8e9acfd1069e99999fd573609a404de869 (diff)
downloadlibayatana-appindicator-077275b799305cc99a5c20a5fbe43cc2121ce618.tar.gz
libayatana-appindicator-077275b799305cc99a5c20a5fbe43cc2121ce618.tar.bz2
libayatana-appindicator-077275b799305cc99a5c20a5fbe43cc2121ce618.zip
Make building tests optional
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5920abe..e19101d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,9 +4,12 @@ SUBDIRS = \
src \
bindings \
example \
- tests \
docs
+if WANT_TESTS
+SUBDIRS += tests
+endif
+
EXTRA_DIST = \
m4/introspection.m4 \
gtk-doc.make \