From: Matthias Clasen Date: Thu, 1 Dec 2005 16:43:56 +0000 (+0000) Subject: Remove a duplicate _LDADD X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=470abcc950264f1e5c53367e6f3ee4a19ed7e7dd;p=dana%2Fcg-glib.git Remove a duplicate _LDADD --- diff --git a/ChangeLog b/ChangeLog index d1cfe5c9..0d4562bd 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 d1cfe5c9..0d4562bd 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 d1cfe5c9..0d4562bd 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 2ea56344..03c050b8 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)