diff --git a/ChangeLog b/ChangeLog index d1cfe5c94..0d4562bd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-12-01 Matthias Clasen + + * tests/Makefile.am: Remove duplicate variable. + Thu Dec 1 17:32:46 2005 Tim Janik * glib/gslice.[hc]: new slice allocator implementation. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index d1cfe5c94..0d4562bd4 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2005-12-01 Matthias Clasen + + * tests/Makefile.am: Remove duplicate variable. + Thu Dec 1 17:32:46 2005 Tim Janik * glib/gslice.[hc]: new slice allocator implementation. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index d1cfe5c94..0d4562bd4 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +2005-12-01 Matthias Clasen + + * tests/Makefile.am: Remove duplicate variable. + Thu Dec 1 17:32:46 2005 Tim Janik * glib/gslice.[hc]: new slice allocator implementation. diff --git a/tests/Makefile.am b/tests/Makefile.am index 2ea56344e..03c050b8b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -55,7 +55,6 @@ patterntest_LDADD = $(libglib) testgdate_LDADD = $(libglib) testgdateparser_LDADD = $(libglib) unicode_normalize_LDADD = $(libglib) -unicode_collate_LDADD = $(libglib) if ENABLE_TIMELOOP timeloop_LDADD = $(libglib) timeloop_closure_LDADD = $(libglib) $(libgobject)