diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2010-01-12 15:23:43 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2010-01-12 15:23:43 -0500 |
commit | 558b96314f1184c5f031545ee238549ac3dd3868 (patch) | |
tree | 6382bc10379e9d4cbd926e756cab4cc1191dc625 /Makefile.am | |
parent | 0d5ece134cb0e4866456d90ecf9ac42e8c052e6e (diff) | |
download | pango-558b96314f1184c5f031545ee238549ac3dd3868.tar.gz |
Lets see if this shuts introspection down so I can get a release out
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8b0889f2..01aa688f 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 --enable-introspection +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-man --disable-doc-cross-references -include $(top_srcdir)/git.mk |