diff options
author | Ted Gould <ted@gould.cx> | 2010-05-20 14:39:17 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-05-20 14:39:17 -0500 |
commit | e09b4591cf46334934a233511b18d7706802bd35 (patch) | |
tree | 0f992ea5cd6b4f859927f298090386dea54f7018 /Makefile.am | |
parent | ea79d7fd68a100704d2b1ff883497fef0ce8c3a2 (diff) | |
parent | 0b091646a8ecf62c36cde27a1d0e784a55e9a0c2 (diff) | |
download | ayatana-indicator-application-e09b4591cf46334934a233511b18d7706802bd35.tar.gz ayatana-indicator-application-e09b4591cf46334934a233511b18d7706802bd35.tar.bz2 ayatana-indicator-application-e09b4591cf46334934a233511b18d7706802bd35.zip |
Adding GIR/VAPI support and flattening directories
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"; \ |