From: Billy Biggs Date: Mon, 7 Nov 2005 16:29:19 +0000 (+0000) Subject: Add a missing reference to libglib in the LDADD for this test. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=e8e3891c0fa2ac38e3967737ca77efe1757a6411;p=dana%2Fcg-glib.git 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. --- diff --git a/ChangeLog b/ChangeLog index 3b760b0d..e2e07041 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 3b760b0d..e2e07041 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 3b760b0d..e2e07041 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 0fa9fb56..bfb21c0f 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 \