aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-01-27 16:14:37 -0600
committerTed Gould <ted@gould.cx>2012-01-27 16:14:37 -0600
commitdea1a71b60e0a099d7f8596c1b01d2399c0b9127 (patch)
tree8a627883e5535ea53054371d0e79b8a810825212 /Makefile.am
parentbc49dd8e9acfd1069e99999fd573609a404de869 (diff)
parentd006f9d8b40a0a6dd2da09cf41d939787d0505ea (diff)
downloadlibayatana-appindicator-dea1a71b60e0a099d7f8596c1b01d2399c0b9127.tar.gz
libayatana-appindicator-dea1a71b60e0a099d7f8596c1b01d2399c0b9127.tar.bz2
libayatana-appindicator-dea1a71b60e0a099d7f8596c1b01d2399c0b9127.zip
Update to trunk
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 \