From 838c1aaa956427556bd4e36b349268b6a3f97d71 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Tue, 5 Jan 2010 23:04:06 +0200 Subject: Do not dist .gir files Since the g-i scanner and compiler are shipped together (and will be in the future), there's little to gain in shipping the .gir file in our tarball, and we save a few build-time headaches. --- Makefile.am | 1 - src/Makefile.am | 1 - 2 files changed, 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 51638e4c1..6fe44ea51 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,6 @@ DISTCLEANFILES = \ DISTCHECK_CONFIGURE_FLAGS = \ --enable-zeroconf \ --enable-gtk-doc \ - --disable-introspection \ --disable-schemas-install \ --disable-scrollkeeper diff --git a/src/Makefile.am b/src/Makefile.am index 06ab30064..0a984d7b5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -367,7 +367,6 @@ typelibs_DATA = Epiphany-$(EPIPHANY_API_VERSION).typelib Epiphany-$(EPIPHANY_API_VERSION).typelib: Epiphany-$(EPIPHANY_API_VERSION).gir $(INTROSPECTION_COMPILER) $(AM_V_GEN) $(INTROSPECTION_COMPILER) Epiphany-$(EPIPHANY_API_VERSION).gir -o Epiphany-$(EPIPHANY_API_VERSION).typelib -EXTRA_DIST += Epiphany-$(EPIPHANY_API_VERSION).gir CLEANFILES += $(gir_DATA) $(typelibs_DATA) endif # HAVE_INTROSPECTION -- cgit v1.2.3