diff --git a/ChangeLog b/ChangeLog index 64e58b7c1..1e9aadb1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-12-08 Hans Breuer + + * glib/makefile.msc.in : build gchecksum.obj + 2007-12-06 Mathias Hasselmann * glib/ghash.c: Call destroy notify when destroying diff --git a/glib/makefile.msc.in b/glib/makefile.msc.in index dc8f2c6e1..edcd600b5 100644 --- a/glib/makefile.msc.in +++ b/glib/makefile.msc.in @@ -41,6 +41,7 @@ glib_OBJECTS = \ gbase64.obj \ gbookmarkfile.obj \ gcache.obj \ + gchecksum.obj \ gcompletion.obj \ gconvert.obj \ gdataset.obj \