[gobject-introspection: 1/2] GIRepository generation broke by code changes
- From: Johan Dahlin <johan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection: 1/2] GIRepository generation broke by code changes
- Date: Mon, 21 Jun 2010 22:27:45 +0000 (UTC)
commit 9c653e66a9007ae0155288cb3c25c5c99357a0e6
Author: Alan Knowles <alan akkbhome com>
Date: Tue Jun 22 06:21:24 2010 +0800
GIRepository generation broke by code changes
Include all the Info files, and make sure girepository.h is first in the include order
gir/Makefile.am | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/gir/Makefile.am b/gir/Makefile.am
index d8e94e9..8fa02b0 100644
--- a/gir/Makefile.am
+++ b/gir/Makefile.am
@@ -148,12 +148,13 @@ GIRepository_2_0_gir_CFLAGS = \
-I$(top_srcdir)/girepository -I$(top_srcdir) \
-DGI_COMPILATION
GIRepository_2_0_gir_FILES = \
- $(top_srcdir)/girepository/gibaseinfo.c \
- $(top_srcdir)/girepository/gibaseinfo.h \
- $(top_srcdir)/girepository/gitypelib.h \
- $(top_srcdir)/girepository/gitypes.h \
- $(top_srcdir)/girepository/girepository.c \
- $(top_srcdir)/girepository/girepository.h
+ $(top_srcdir)/girepository/girepository.h \
+ $(top_srcdir)/girepository/girepository.c \
+ $(top_srcdir)/girepository/gi*info.c \
+ $(top_srcdir)/girepository/gi*info.h \
+ $(top_srcdir)/girepository/gitypelib.h \
+ $(top_srcdir)/girepository/gitypes.h
+
INTROSPECTION_GIRS += GIRepository-2.0.gir
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]