diff options
author | Ted Gould <ted@gould.cx> | 2010-06-03 13:55:11 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-03 13:55:11 -0500 |
commit | 0f7ba97faf10422fd32628636c81563b04d8a6fc (patch) | |
tree | 5efa03ccb7acb19002eb5969b2742653870e8a39 /Makefile.am | |
parent | 84e75c655037b21a9fcf4d3f52f0ef45dc1d75be (diff) | |
parent | 27fe45b69f41861cbf1f432db61e31a24f276bb8 (diff) | |
download | libayatana-appindicator-0f7ba97faf10422fd32628636c81563b04d8a6fc.tar.gz libayatana-appindicator-0f7ba97faf10422fd32628636c81563b04d8a6fc.tar.bz2 libayatana-appindicator-0f7ba97faf10422fd32628636c81563b04d8a6fc.zip |
Import upstream version 0.2.0
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4d38ef8..ba772b0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,7 @@ SUBDIRS = data \ docs EXTRA_DIST = \ + m4/introspection.m4 \ gtk-doc.make \ omf.make \ xmldocs.make \ @@ -14,7 +15,7 @@ EXTRA_DIST = \ COPYING.LGPL.3 \ ChangeLog -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-localinstall +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-localinstall --enable-introspection dist-hook: @if test -d "$(top_srcdir)/.bzr"; \ |