diff options
author | Ted Gould <ted@gould.cx> | 2012-02-03 14:37:56 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-03 14:37:56 -0600 |
commit | 7256c1864e94cf172a4c487a5f434e58f6f71666 (patch) | |
tree | 753e4ef9395c1313dd77bf2893df9ea19c94e7ed /Makefile.am | |
parent | 334e44dbb08303113ece1baf163ab7d9dd5561a4 (diff) | |
parent | 4ccb5d75887671bce24df6eeaacd7eb89b2be189 (diff) | |
download | libayatana-appindicator-7256c1864e94cf172a4c487a5f434e58f6f71666.tar.gz libayatana-appindicator-7256c1864e94cf172a4c487a5f434e58f6f71666.tar.bz2 libayatana-appindicator-7256c1864e94cf172a4c487a5f434e58f6f71666.zip |
Import upstream version 0.4.90
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 \ |