[gobject-introspection] build: Update EXTRA_DIST, fix random stray + in Makefile
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] build: Update EXTRA_DIST, fix random stray + in Makefile
- Date: Thu, 9 Sep 2010 21:52:16 +0000 (UTC)
commit 47455af3035d28b8870f0034c0c37486b03d47c8
Author: Colin Walters <walters verbum org>
Date: Thu Sep 9 17:51:51 2010 -0400
build: Update EXTRA_DIST, fix random stray + in Makefile
gir/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gir/Makefile.am b/gir/Makefile.am
index d51ef44..1281a70 100644
--- a/gir/Makefile.am
+++ b/gir/Makefile.am
@@ -87,7 +87,7 @@ GObject_2_0_gir_SCANNERFLAGS = \
--reparse-validate \
--identifier-prefix=G \
--c-include="glib-object.h" \
- --add-include-path=.+ \
+ --add-include-path=. \
$(GObject_2_0_gir_DOCSRC)
GObject_2_0_gir_PACKAGES = gobject-2.0
@@ -168,7 +168,7 @@ Gio_2_0_gir_FILES = \
gio-2.0.c
INTROSPECTION_GIRS += Gio-2.0.gir
-EXTRA_DIST += gio-2.0.c
+EXTRA_DIST += glib-2.0.c gobject-2.0.c gio-2.0.c
# girepository
GIRepository-2.0.gir: GObject-2.0.gir $(top_builddir)/girepository/libgirepository-1.0.la
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]