aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-09-14 14:17:39 -0500
committerTed Gould <ted@gould.cx>2011-09-14 14:17:39 -0500
commit3a8fb0811440d5e266699bcd5e0e1b2bea8a58ff (patch)
tree1722f023f4d1223106b9ec6cad9068b64b021a48 /docs
parentffb532bdd37d51a328c92258a3c1ee1fb6e9a787 (diff)
parent4810423912b7f53f716ba5665aba56234461ca6f (diff)
downloadlibdbusmenu-3a8fb0811440d5e266699bcd5e0e1b2bea8a58ff.tar.gz
libdbusmenu-3a8fb0811440d5e266699bcd5e0e1b2bea8a58ff.tar.bz2
libdbusmenu-3a8fb0811440d5e266699bcd5e0e1b2bea8a58ff.zip
* Upstream Merge
* Build fixes to allow more optional builds
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)