From 7681dc412e22bda6a8a6e6e40d2e3b5f52e88ff7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 16 Oct 2003 22:24:57 +0000 Subject: [PATCH] Add the necessary stuff to compile gobject-scan. Fri Oct 17 00:23:51 2003 Matthias Clasen * gobject/Makefile.am (GTKDOC_LIBS): (INCLUDES): Add the necessary stuff to compile gobject-scan. * gobject/gobject.types: Add g_type_module_get_type() and g_type_plugin_get_type(). --- docs/reference/ChangeLog | 8 ++++++++ docs/reference/gobject/Makefile.am | 10 +++++++--- docs/reference/gobject/gobject.types | 4 ++++ 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 63fc499..64f476c 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,11 @@ +Fri Oct 17 00:23:51 2003 Matthias Clasen + + * gobject/Makefile.am (GTKDOC_LIBS): + (INCLUDES): Add the necessary stuff to compile gobject-scan. + + * gobject/gobject.types: Add g_type_module_get_type() and + g_type_plugin_get_type(). + Thu Oct 16 01:02:04 2003 Matthias Clasen * gobject/tmpl/gparamspec.sgml: Additions, document diff --git a/docs/reference/gobject/Makefile.am b/docs/reference/gobject/Makefile.am index 6f1d2a0..909fc18 100644 --- a/docs/reference/gobject/Makefile.am +++ b/docs/reference/gobject/Makefile.am @@ -17,9 +17,13 @@ CFILE_GLOB=$(top_srcdir)/gobject/*.c # CFLAGS and LDFLAGS for compiling scan program. Only needed # if $(DOC_MODULE).types is non-empty. -INCLUDES = -GTKDOC_LIBS = - +INCLUDES = \ + -I$(top_srcdir) \ + -I$(top_builddir) \ + $(GLIB_DEBUG_FLAGS) +GTKDOC_LIBS = \ + $(top_builddir)/glib/libglib-2.0.la \ + $(top_builddir)/gobject/libgobject-2.0.la # Extra options to supply to gtkdoc-mkdb MKDB_OPTIONS= diff --git a/docs/reference/gobject/gobject.types b/docs/reference/gobject/gobject.types index e69de29..65244ed 100644 --- a/docs/reference/gobject/gobject.types +++ b/docs/reference/gobject/gobject.types @@ -0,0 +1,4 @@ +#include + +g_type_module_get_type +g_type_plugin_get_type -- 2.7.4