diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2009-12-08 14:58:19 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2009-12-08 14:58:19 -0500 |
commit | 199da20b7b02e718a87ccc9c433e3df3e01adb91 (patch) | |
tree | af910e495e743b3817de6c5bc9f26ef80faf9b02 /Makefile.am | |
parent | 5ebc39ab98b0e099eb68b87e16b03bbc2f8a2a85 (diff) | |
download | libayatana-appindicator-199da20b7b02e718a87ccc9c433e3df3e01adb91.tar.gz libayatana-appindicator-199da20b7b02e718a87ccc9c433e3df3e01adb91.tar.bz2 libayatana-appindicator-199da20b7b02e718a87ccc9c433e3df3e01adb91.zip |
Fixes for make distcheck and default configure args
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 3c52a29..d63fda6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,15 @@ SUBDIRS = data \ src \ - docs \ example \ - tests + tests \ + docs -DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall --enable-gtk-doc +EXTRA_DIST = \ + gtk-doc.make \ + omf.make \ + xmldocs.make + +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-localinstall dist-hook: @if test -d "$(top_srcdir)/.bzr"; \ |