aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-04-29 10:49:09 -0500
committerTed Gould <ted@gould.cx>2010-04-29 10:49:09 -0500
commit0bd103ade67391a34eac443acfd46ca126ea33db (patch)
treea4de92c3e9ea7533a37f35326520bc820edf3f98 /Makefile.am
parent27490e36d0134d22c32c0385ab0fcf8359d23b58 (diff)
downloadayatana-indicator-application-0bd103ade67391a34eac443acfd46ca126ea33db.tar.gz
ayatana-indicator-application-0bd103ade67391a34eac443acfd46ca126ea33db.tar.bz2
ayatana-indicator-application-0bd103ade67391a34eac443acfd46ca126ea33db.zip
Add introspection stuff here
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
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"; \