From: Johan Bilien Date: Mon, 1 Feb 2010 20:17:57 +0000 (-0500) Subject: gir: Do not include generated gir files in the distribution X-Git-Tag: GOBJECT_INTROSPECTION_0_6_8~16 X-Git-Url: http://git.roojs.org/?p=gnome.gobject-introspection;a=commitdiff_plain;h=7fa69c800dd6b379f9146adaa7839ff043edd1eb gir: Do not include generated gir files in the distribution https://bugzilla.gnome.org/show_bug.cgi?id=608723 --- diff --git a/gir/Makefile.am b/gir/Makefile.am index 8087f8f..f1eb499 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)