From 7fa69c800dd6b379f9146adaa7839ff043edd1eb Mon Sep 17 00:00:00 2001 From: Johan Bilien Date: Mon, 1 Feb 2010 15:17:57 -0500 Subject: [PATCH] gir: Do not include generated gir files in the distribution https://bugzilla.gnome.org/show_bug.cgi?id=608723 --- gir/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2