Add gsourceclosure.o.
authorTor Lillqvist <tml@iki.fi>
Thu, 6 Dec 2001 20:41:57 +0000 (20:41 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 6 Dec 2001 20:41:57 +0000 (20:41 +0000)
2001-12-06  Tor Lillqvist  <tml@iki.fi>

* gobject/makefile.mingw.in (gobject_OBJECTS): Add gsourceclosure.o.

gobject/ChangeLog
gobject/makefile.mingw.in

index dd1c429..5473786 100644 (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.
index 6dc784c..fba9b91 100644 (file)
@@ -29,6 +29,7 @@ gobject_OBJECTS =             \
        gparam.o                \
        gparamspecs.o           \
        gsignal.o               \
+       gsourceclosure.o        \
        gtype.o                 \
        gtypemodule.o           \
        gtypeplugin.o           \