diff options
author | Ted Gould <ted@gould.cx> | 2012-01-27 16:14:37 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-01-27 16:14:37 -0600 |
commit | dea1a71b60e0a099d7f8596c1b01d2399c0b9127 (patch) | |
tree | 8a627883e5535ea53054371d0e79b8a810825212 /Makefile.am | |
parent | bc49dd8e9acfd1069e99999fd573609a404de869 (diff) | |
parent | d006f9d8b40a0a6dd2da09cf41d939787d0505ea (diff) | |
download | libayatana-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.am | 5 |
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 \ |