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().
+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
# 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=
+#include <glib/glib-object.h>
+
+g_type_module_get_type
+g_type_plugin_get_type