diff options
author | Ted Gould <ted@gould.cx> | 2010-06-09 14:56:27 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-09 14:56:27 -0500 |
commit | e35a0324bf0060b250bfc4a4a8b07465c6aafc6f (patch) | |
tree | a872efc55118e8c90515227946092bb08f0021d4 /Makefile.am | |
parent | fbf81fed135ad3a0f5f0ed3e9edcdd4fc7a1be5c (diff) | |
parent | bf65b3514336c6b8f182a2fc9a9d0b426fb900eb (diff) | |
download | libdbusmenu-e35a0324bf0060b250bfc4a4a8b07465c6aafc6f.tar.gz libdbusmenu-e35a0324bf0060b250bfc4a4a8b07465c6aafc6f.tar.bz2 libdbusmenu-e35a0324bf0060b250bfc4a4a8b07465c6aafc6f.zip |
* Upstream Merge
* gtk-doc support
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 658f946..3853d2a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ SUBDIRS = \ libdbusmenu-gtk \ tools \ tests \ + docs \ po -DISTCHECK_CONFIGURE_FLAGS = --enable-introspection - +DISTCHECK_CONFIGURE_FLAGS = --enable-introspection --enable-gtk-doc |