aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2010-01-06 05:04:06 +0800
committerXan Lopez <xan@gnome.org>2010-01-06 05:05:35 +0800
commit838c1aaa956427556bd4e36b349268b6a3f97d71 (patch)
tree89335c16b9dfd57ff2d433d15984687bae57b6e8 /src
parent3b3258122140ce7b025bba80532be32da10bb41c (diff)
downloadgsoc2013-epiphany-838c1aaa956427556bd4e36b349268b6a3f97d71.tar
gsoc2013-epiphany-838c1aaa956427556bd4e36b349268b6a3f97d71.tar.gz
gsoc2013-epiphany-838c1aaa956427556bd4e36b349268b6a3f97d71.tar.bz2
gsoc2013-epiphany-838c1aaa956427556bd4e36b349268b6a3f97d71.tar.lz
gsoc2013-epiphany-838c1aaa956427556bd4e36b349268b6a3f97d71.tar.xz
gsoc2013-epiphany-838c1aaa956427556bd4e36b349268b6a3f97d71.tar.zst
gsoc2013-epiphany-838c1aaa956427556bd4e36b349268b6a3f97d71.zip
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.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am1
1 files changed, 0 insertions, 1 deletions
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