diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2010-02-22 14:01:01 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2010-02-22 14:01:01 -0500 |
commit | aae6aab95ce876f52c266bddb2b200344f8020bb (patch) | |
tree | 9d28c5cbafa3cc195ae469c95ac094313e7b4d6f | |
parent | b6a2d2b3fc0ad9e3506b0b530346d3c044488419 (diff) | |
download | pango-aae6aab95ce876f52c266bddb2b200344f8020bb.tar.gz |
Enable introspection for dist again
-rw-r--r-- | Makefile.am | 2 |
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 |