summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2009-12-16 17:51:45 -0200
committerJohan Dahlin <johan@gnome.org>2009-12-18 09:05:23 -0200
commitaad6150aa47601dcc1c3aa7766dec828197b5919 (patch)
treed2fe4f32463e5a3c82d6ec1019d91a33808fdf3c
parentee573c4e722c8ef7aff41c6cc98eaeab1ac57aec (diff)
downloadpango-aad6150aa47601dcc1c3aa7766dec828197b5919.tar.gz
Pass in --enable-introspection to distcheck
https://bugzilla.gnome.org/show_bug.cgi?id=604770
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 01aa688f..8b0889f2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -98,6 +98,6 @@ if HAVE_WIN32
pkgconfig_DATA += pangowin32.pc
endif
-DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-man --disable-doc-cross-references
+DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-man --disable-doc-cross-references --enable-introspection
-include $(top_srcdir)/git.mk