diff options
| author | Ted Gould <ted@gould.cx> | 2011-09-20 00:02:09 -0500 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-09-20 00:02:09 -0500 |
| commit | c808cc90d518f9b010d937a13a8db0e8018fa9fd (patch) | |
| tree | 27f576440a677c19c7610a408b27ee70b5d5e4d9 /Makefile.am | |
| parent | 549dcbddf1b835ba18a259f15669a29d9660ccf3 (diff) | |
| parent | 451acabd0340c1f0196ec0fe8a6ef62ead4e77f9 (diff) | |
| download | libdbusmenu-c808cc90d518f9b010d937a13a8db0e8018fa9fd.tar.gz libdbusmenu-c808cc90d518f9b010d937a13a8db0e8018fa9fd.tar.bz2 libdbusmenu-c808cc90d518f9b010d937a13a8db0e8018fa9fd.zip | |
Import upstream version 0.4.94
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index c2c0980..6b11b31 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,13 +1,23 @@ +ACLOCAL_AMFLAGS = -I m4 + EXTRA_DIST = \ COPYING.2.1 \ COPYING-GPL3 \ m4/introspection.m4 +if WANT_TESTS +TESTS_SUBDIR = tests +endif + +if WANT_LIBDBUSMENUGTK +LIBDBUSMENUGTK_SUBDIR = libdbusmenu-gtk +endif + SUBDIRS = \ libdbusmenu-glib \ - libdbusmenu-gtk \ + $(LIBDBUSMENUGTK_SUBDIR) \ tools \ - tests \ + $(TESTS_SUBDIR) \ docs \ po |
