summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marcopg@litl.com>2009-06-15 16:21:53 -0400
committerC. Scott Ananian <cscott@litl.com>2009-06-16 10:22:15 -0400
commitc69de26ab29a947cfe939f9e9e3c38fdd00e0599 (patch)
tree4faa39cf3eeb28f04c593b309eee0cbb1e71ec17
parent86dc48ff388d4657682fedc29758c044314708fe (diff)
downloadgobject-introspection-c69de26ab29a947cfe939f9e9e3c38fdd00e0599.tar.gz
Fix distcheck. A couple of files was missing from EXTRA_DIST.
-rw-r--r--gir/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/gir/Makefile.am b/gir/Makefile.am
index 010839d4..aee2262c 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)