From e8e3891c0fa2ac38e3967737ca77efe1757a6411 Mon Sep 17 00:00:00 2001 From: Billy Biggs Date: Mon, 7 Nov 2005 16:29:19 +0000 Subject: [PATCH] Add a missing reference to libglib in the LDADD for this test. 2005-11-07 Billy Biggs * tests/refcount/Makefile.am: Add a missing reference to libglib in the LDADD for this test. --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-12 | 5 +++++ tests/refcount/Makefile.am | 2 +- 4 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3b760b0..e2e0704 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-07 Billy Biggs + + * tests/refcount/Makefile.am: Add a missing reference to libglib + in the LDADD for this test. + 2005-11-07 Matthias Clasen * glib/gmem.c (g_allocator_new): We need to set n_preallocs to a diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 3b760b0..e2e0704 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2005-11-07 Billy Biggs + + * tests/refcount/Makefile.am: Add a missing reference to libglib + in the LDADD for this test. + 2005-11-07 Matthias Clasen * glib/gmem.c (g_allocator_new): We need to set n_preallocs to a diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 3b760b0..e2e0704 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2005-11-07 Billy Biggs + + * tests/refcount/Makefile.am: Add a missing reference to libglib + in the LDADD for this test. + 2005-11-07 Matthias Clasen * glib/gmem.c (g_allocator_new): We need to set n_preallocs to a diff --git a/tests/refcount/Makefile.am b/tests/refcount/Makefile.am index 0fa9fb5..bfb21c0 100644 --- a/tests/refcount/Makefile.am +++ b/tests/refcount/Makefile.am @@ -9,7 +9,7 @@ libgthread = $(top_builddir)/gthread/libgthread-2.0.la libgmodule = $(top_builddir)/gmodule/libgmodule-2.0.la libgobject = $(top_builddir)/gobject/libgobject-2.0.la -LDADD = $(libgobject) $(libgthread) $(G_THREAD_LIBS) +LDADD = $(libglib) $(libgobject) $(libgthread) $(G_THREAD_LIBS) test_programs = \ closures \ -- 2.7.4