[epiphany] Do not dist .gir files



commit 838c1aaa956427556bd4e36b349268b6a3f97d71
Author: Xan Lopez <xan gnome org>
Date:   Tue Jan 5 23:04:06 2010 +0200

    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, 0 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 51638e4..6fe44ea 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 06ab300..0a984d7 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]