projects
/
platform
/
upstream
/
gobject-introspection.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86dc48f
)
Fix distcheck. A couple of files was missing from EXTRA_DIST.
author
Marco Pesenti Gritti
<marcopg@litl.com>
Mon, 15 Jun 2009 20:21:53 +0000
(16:21 -0400)
committer
C. Scott Ananian
<cscott@litl.com>
Tue, 16 Jun 2009 14:22:15 +0000
(10:22 -0400)
gir/Makefile.am
patch
|
blob
|
history
diff --git
a/gir/Makefile.am
b/gir/Makefile.am
index 010839d4cf59dfc6741fc45af85b537be41e3eb1..aee2262c78597aa53819280fe02308c1d0d9bea9 100644
(file)
--- 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)