Add the necessary stuff to compile gobject-scan.

Fri Oct 17 00:23:51 2003  Matthias Clasen  <maclas@gmx.de>

	* 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().
This commit is contained in:
Matthias Clasen 2003-10-16 22:24:57 +00:00 committed by Matthias Clasen
parent 6e5ded7781
commit 7681dc412e
3 changed files with 19 additions and 3 deletions

View File

@ -1,3 +1,11 @@
Fri Oct 17 00:23:51 2003 Matthias Clasen <maclas@gmx.de>
* 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 <maclas@gmx.de>
* gobject/tmpl/gparamspec.sgml: Additions, document

View File

@ -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=

View File

@ -0,0 +1,4 @@
#include <glib/glib-object.h>
g_type_module_get_type
g_type_plugin_get_type