summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Bilien <jobi@litl.com>2010-02-01 15:17:57 -0500
committerJohan Bilien <jobi@litl.com>2010-02-01 15:36:06 -0500
commit7fa69c800dd6b379f9146adaa7839ff043edd1eb (patch)
treebd0ece96c86bb3a7d8d132a513b061d68e11b8df
parentd02fa080445ebcea8b878dd496ec3f5affb59a64 (diff)
downloadgobject-introspection-7fa69c800dd6b379f9146adaa7839ff043edd1eb.tar.gz
gir: Do not include generated gir files in the distribution
https://bugzilla.gnome.org/show_bug.cgi?id=608723
-rw-r--r--gir/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gir/Makefile.am b/gir/Makefile.am
index 8087f8fe..f1eb4999 100644
--- a/gir/Makefile.am
+++ b/gir/Makefile.am
@@ -185,7 +185,7 @@ GIRSOURCES = \
$(INTROSPECTION_GIRS)
girdir = $(GIR_DIR)
-dist_gir_DATA = $(GIRSOURCES)
+gir_DATA = $(GIRSOURCES)
typelibsdir = $(libdir)/girepository-1.0
typelibs_DATA = $(GIRSOURCES:.gir=.typelib)