summaryrefslogtreecommitdiff
path: root/makefile.mingw.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-07-13 20:07:45 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-07-13 20:07:45 +0000
commitf4e591eb7b9df60576646d873fc9dbac1bb1278a (patch)
tree755e292afc482d8610992c7b628e916f25fab5a2 /makefile.mingw.in
parenteafc44392972cb0b5bac211f76279e1e8faccbef (diff)
downloadglib-f4e591eb7b9df60576646d873fc9dbac1bb1278a.tar.gz
Add g_error functions.
2000-07-14 Tor Lillqvist <tml@iki.fi> * glib.def: Add g_error functions. * makefile.mingw.in: Add gbacktrace.o. * gbacktrace.c: No need to include <process.h>.
Diffstat (limited to 'makefile.mingw.in')
-rw-r--r--makefile.mingw.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile.mingw.in b/makefile.mingw.in
index 739c02551..2a4ab78a9 100644
--- a/makefile.mingw.in
+++ b/makefile.mingw.in
@@ -41,6 +41,7 @@ install : all
glib_OBJECTS = \
garray.o \
gasyncqueue.o \
+ gbacktrace.o \
gcache.o \
gcompletion.o \
gdataset.o \