From b0e03508bad04d7dcf2c50ac81f6261425b34c5f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 29 Aug 2013 15:56:32 -0400 Subject: [PATCH] Dist with gobject and introspection enabled --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 43a1aaa31..c98b78025 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,6 +49,8 @@ $(srcdir)/ChangeLog: DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ --disable-doc-cross-references \ + --with-gobject \ + --enable-introspection \ $(NULL) # TODO: Copy infrastructure from cairo