diff options
author | Ted Gould <ted@gould.cx> | 2011-09-02 11:58:55 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-09-02 11:58:55 -0500 |
commit | 00006803a347a74f679bf262800f0bed484d9cdb (patch) | |
tree | 32ca6d82b28fcc59adbb77cf6d4ff34914864930 /docs | |
parent | 74f7670af1848a814568d570d2306ed93ece1a6c (diff) | |
parent | 89cf0dc43171c9d2b708cd8c9de27593f1338097 (diff) | |
download | libdbusmenu-00006803a347a74f679bf262800f0bed484d9cdb.tar.gz libdbusmenu-00006803a347a74f679bf262800f0bed484d9cdb.tar.bz2 libdbusmenu-00006803a347a74f679bf262800f0bed484d9cdb.zip |
Making GTK optional
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 8 |
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) |