mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
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:
parent
6e5ded7781
commit
7681dc412e
@ -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
|
||||
|
@ -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=
|
||||
|
@ -0,0 +1,4 @@
|
||||
#include <glib/glib-object.h>
|
||||
|
||||
g_type_module_get_type
|
||||
g_type_plugin_get_type
|
Loading…
Reference in New Issue
Block a user