aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-09-02 11:58:55 -0500
committerTed Gould <ted@gould.cx>2011-09-02 11:58:55 -0500
commit00006803a347a74f679bf262800f0bed484d9cdb (patch)
tree32ca6d82b28fcc59adbb77cf6d4ff34914864930 /docs
parent74f7670af1848a814568d570d2306ed93ece1a6c (diff)
parent89cf0dc43171c9d2b708cd8c9de27593f1338097 (diff)
downloadlibdbusmenu-00006803a347a74f679bf262800f0bed484d9cdb.tar.gz
libdbusmenu-00006803a347a74f679bf262800f0bed484d9cdb.tar.bz2
libdbusmenu-00006803a347a74f679bf262800f0bed484d9cdb.zip
Making GTK optional
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 87ffe5f..23a4c86 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1 +1,7 @@
-SUBDIRS = libdbusmenu-glib libdbusmenu-gtk
+if WANT_LIBDBUSMENUGTK
+LIBDBUSMENUGTK_SUBDIR = libdbusmenu-gtk
+endif
+
+SUBDIRS = \
+ libdbusmenu-glib \
+ $(LIBDBUSMENUGTK_SUBDIR)