diff options
author | Johan Dahlin <johan@gnome.org> | 2009-12-16 17:30:53 -0200 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2009-12-16 17:30:53 -0200 |
commit | a5dec477e2755fe3a40034439f093d099119bb67 (patch) | |
tree | 83bfc1ddc7687b10e419bbbddc85b71d8cdc7ec9 /Makefile.am | |
parent | 957f50f5f0eed65345980549f4999fdaf00440a7 (diff) | |
download | gtk+-a5dec477e2755fe3a40034439f093d099119bb67.tar.gz |
Make sure dist check includes introspection
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 961260a5b3..98014f0b8c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -243,7 +243,7 @@ sanity: snapshot: $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"` -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-man --disable-rebuilds +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-man --disable-rebuilds --enable-introspection GITIGNOREFILES = \ po-properties/Makefile.in.in \ |