summaryrefslogtreecommitdiff
path: root/glib
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>2000-10-12 12:16:16 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2000-10-12 12:16:16 +0000
commitbceccd7243c5ccb5f9f5aa5554adf8dce4d75526 (patch)
tree407c1c107e6a7ee214bffe48313fe1e4aba9c19e /glib
parentb1d15587479deaacb9bd983fd28c6f3d3e27142e (diff)
downloadglib-bceccd7243c5ccb5f9f5aa5554adf8dce4d75526.tar.gz
Added the new headers to glibinclude_HEADERS.
2000-10-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * Makefile.am: Added the new headers to glibinclude_HEADERS. * glib.h: Forgot to include gerror.h.
Diffstat (limited to 'glib')
-rw-r--r--glib/Makefile.am35
-rw-r--r--glib/glib.h1
2 files changed, 35 insertions, 1 deletions
diff --git a/glib/Makefile.am b/glib/Makefile.am
index 280477ad1..dd0a2e509 100644
--- a/glib/Makefile.am
+++ b/glib/Makefile.am
@@ -83,13 +83,46 @@ libglib_1_3_la_SOURCES = \
glibincludedir=$(includedir)/glib-2.0
glibinclude_HEADERS = \
+ galloca.h \
+ garray.h \
+ gasyncqueue.h \
+ gbacktrace.h \
+ gcache.h \
+ gcompletion.h \
+ gconvert.h \
+ gdataset.h \
+ gdate.h \
gerror.h \
gfileutils.h \
+ ghash.h \
+ ghook.h \
+ giochannel.h \
glib.h \
glib-object.h \
+ glist.h \
+ gmacros.h \
+ gmain.h \
+ gmem.h \
+ gmessages.h \
+ gnode.h \
+ gprimes.h \
+ gquark.h \
+ gqueue.h \
+ grand.h \
+ grel.h \
+ gscanner.h \
gshell.h \
+ gslist.h \
gspawn.h \
- gunicode.h
+ gstrfuncs.h \
+ gstring.h \
+ gthread.h \
+ gthreadpool.h \
+ gtimer.h \
+ gtree.h \
+ gtypes.h \
+ gunicode.h \
+ gutils.h
configexecincludedir = $(libdir)/glib-2.0/include
#configexecinclude_DATA = glibconfig.h
diff --git a/glib/glib.h b/glib/glib.h
index 25ea828f3..de1b2ba16 100644
--- a/glib/glib.h
+++ b/glib/glib.h
@@ -36,6 +36,7 @@
#include <gconvert.h>
#include <gdataset.h>
#include <gdate.h>
+#include <gerror.h>
#include <gfileutils.h>
#include <ghash.h>
#include <ghook.h>