[gobject-introspection] Fix distcheck. A couple of files was missing from EXTRA_DIST.



commit c69de26ab29a947cfe939f9e9e3c38fdd00e0599
Author: Marco Pesenti Gritti <marcopg litl com>
Date:   Mon Jun 15 16:21:53 2009 -0400

    Fix distcheck. A couple of files was missing from EXTRA_DIST.

 gir/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gir/Makefile.am b/gir/Makefile.am
index 010839d..aee2262 100644
--- a/gir/Makefile.am
+++ b/gir/Makefile.am
@@ -78,7 +78,7 @@ GObject-2.0.gir: GLib-2.0.gir $(SCANNER_BIN) $(SCANNER_LIBS) Makefile
 	$(SCANNER) $(SCANNER_ARGS) \
 	    --xpath-assertions=$(srcdir)/GObject-2.0.xpath GObject-2.0.gir
 BUILT_GIRSOURCES += GObject-2.0.gir
-EXTRA_DIST += GObject-2.0.xpath
+EXTRA_DIST += gobject-2.0.c GObject-2.0.xpath
 
 # gmodule
 GMODULE_INCLUDEDIR=`pkg-config --variable=includedir gmodule-2.0`/glib-2.0
@@ -237,3 +237,5 @@ CLEANFILES += $(typelibs_DATA:%.typelib=%.test.typelib)
 
 #check-local: $(typelibs_DATA:%.typelib=testlib-%)
 check-gir: $(typelibs_DATA:%.typelib=testgir-%)
+
+EXTRA_DIST += $(CHECKGIRS)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]