Add gsourceclosure.o.

2001-12-06  Tor Lillqvist  <tml@iki.fi>

	* gobject/makefile.mingw.in (gobject_OBJECTS): Add gsourceclosure.o.
This commit is contained in:
Tor Lillqvist 2001-12-06 20:41:57 +00:00 committed by Tor Lillqvist
parent 5a30ea7ee4
commit 964ebaf18c
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-12-06 Tor Lillqvist <tml@iki.fi>
* makefile.mingw.in (gobject_OBJECTS): Add gsourceclosure.o.
Mon Nov 26 09:55:12 2001 Tim Janik <timj@gtk.org>
* gtype.h: typedef GType to gulong instead of gsize, if possible.

View File

@ -29,6 +29,7 @@ gobject_OBJECTS = \
gparam.o \
gparamspecs.o \
gsignal.o \
gsourceclosure.o \
gtype.o \
gtypemodule.o \
gtypeplugin.o \