From 39d0023ebcdbc72a6e7b48de657b594e9de97358 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 31 May 2010 17:41:45 -0300 Subject: [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 --- girepository/Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'girepository/Makefile.am') diff --git a/girepository/Makefile.am b/girepository/Makefile.am index b7b1a975..ac95ed66 100644 --- a/girepository/Makefile.am +++ b/girepository/Makefile.am @@ -1,5 +1,10 @@ girepodir = $(includedir)/gobject-introspection-1.0/ -girepo_HEADERS = girepository.h girffi.h +girepo_HEADERS = \ + gibaseinfo.h \ + girepository.h \ + girffi.h \ + gitypelib.h \ + gitypes.h lib_LTLIBRARIES = libgirepository-1.0.la noinst_LTLIBRARIES = libgirepository-parser.la @@ -7,10 +12,12 @@ noinst_LTLIBRARIES = libgirepository-parser.la libgirepository_1_0_la_SOURCES = \ gdump.c \ gfield.c \ + gibaseinfo.c \ ginfo.c \ ginfo.h \ ginvoke.c \ girepository.c \ + girepository-private.h \ girffi.c \ girffi.h \ girffi-private.h \ -- cgit v1.2.1