aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDennis Schridde <devurandom@gmx.net>2011-09-02 09:54:39 -0500
committerTed Gould <ted@gould.cx>2011-09-02 09:54:39 -0500
commit89cf0dc43171c9d2b708cd8c9de27593f1338097 (patch)
tree891693698a30947e3455b42f4312a7b422493a6c /Makefile.am
parent6a217805e685c47223da9513c31d2a26f0141ccf (diff)
downloadlibdbusmenu-89cf0dc43171c9d2b708cd8c9de27593f1338097.tar.gz
libdbusmenu-89cf0dc43171c9d2b708cd8c9de27593f1338097.tar.bz2
libdbusmenu-89cf0dc43171c9d2b708cd8c9de27593f1338097.zip
Make building for GTK optional
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c2c0980..2fb4c84 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,9 +3,13 @@ EXTRA_DIST = \
COPYING-GPL3 \
m4/introspection.m4
+if WANT_LIBDBUSMENUGTK
+LIBDBUSMENUGTK_SUBDIR = libdbusmenu-gtk
+endif
+
SUBDIRS = \
libdbusmenu-glib \
- libdbusmenu-gtk \
+ $(LIBDBUSMENUGTK_SUBDIR) \
tools \
tests \
docs \