diff options
author | Xan Lopez <xan@gnome.org> | 2010-01-06 05:04:06 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-01-06 05:05:35 +0800 |
commit | 838c1aaa956427556bd4e36b349268b6a3f97d71 (patch) | |
tree | 89335c16b9dfd57ff2d433d15984687bae57b6e8 /Makefile.am | |
parent | 3b3258122140ce7b025bba80532be32da10bb41c (diff) | |
download | gsoc2013-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 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 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 |