Add the necessary stuff to compile gobject-scan.
authorMatthias Clasen <maclas@gmx.de>
Thu, 16 Oct 2003 22:24:57 +0000 (22:24 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 16 Oct 2003 22:24:57 +0000 (22:24 +0000)
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().

docs/reference/ChangeLog
docs/reference/gobject/Makefile.am
docs/reference/gobject/gobject.types

index 63fc499..64f476c 100644 (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 
index 6f1d2a0..909fc18 100644 (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=
index e69de29..65244ed 100644 (file)
@@ -0,0 +1,4 @@
+#include <glib/glib-object.h>
+
+g_type_module_get_type
+g_type_plugin_get_type