summaryrefslogtreecommitdiff
path: root/gir
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-05-31 17:41:45 -0300
committerJohan Dahlin <johan@gnome.org>2010-05-31 17:47:45 -0300
commit39d0023ebcdbc72a6e7b48de657b594e9de97358 (patch)
tree095b14026ec01653bcbdc55431e545bf2b56aca6 /gir
parent7e7a4e0b213e609a2112b226cb75465ef3712171 (diff)
downloadgobject-introspection-39d0023ebcdbc72a6e7b48de657b594e9de97358.tar.gz
[girepository] Split out GIBaseInfo
Split out GIBaseInfo to a separate source file. Move out definitions to gibaseinfo.h/gitypelib.h/gitypes.h and girepository-private.h Install gibaseinfo.h/gitypelib.h and gitypes.h as well, but require users to include girepository.h
Diffstat (limited to 'gir')
-rw-r--r--gir/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/gir/Makefile.am b/gir/Makefile.am
index e779ec79..99788510 100644
--- a/gir/Makefile.am
+++ b/gir/Makefile.am
@@ -144,8 +144,14 @@ GIRepository_2_0_gir_SCANNERFLAGS = \
--add-include-path=.
GIRepository_2_0_gir_PACKAGES = gobject-2.0
GIRepository_2_0_gir_INCLUDES = GObject-2.0
-GIRepository_2_0_gir_CFLAGS = -I$(srcdir)/girepository
+GIRepository_2_0_gir_CFLAGS = \
+ -I$(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