define gstring in terms of gchar*. this typedef reflects the type name of
[platform/upstream/glib.git] / gobject / Makefile.am
index 80a2d5e..dac3c43 100644 (file)
@@ -5,7 +5,7 @@
 
 SUBDIRS =
 
-INCLUDES = -I$(top_srcdir) @GLIB_DEBUG_FLAGS@
+INCLUDES = -I$(top_srcdir) -I$(top_builddir) @GLIB_DEBUG_FLAGS@
 
 # libraries to compile and install
 lib_LTLIBRARIES = libgobject.la
@@ -28,6 +28,7 @@ libgobject_la_LIBADD = # $(libglib)
 # GObject header files for public installation (non-generated)
 gobject_public_h_sources = @STRIP_BEGIN@ \
        gvalue.h \
+       gvaluetypes.h \
        gparam.h \
        gparamspecs.h \
        genums.h \
@@ -42,6 +43,7 @@ gobject_private_h_sources = @STRIP_BEGIN@ \
 # GObject C sources to build the library from
 gobject_c_sources = @STRIP_BEGIN@ \
        gvalue.c \
+       gvaluetypes.c \
        gparam.c \
        gparamspecs.c \
        genums.c \