Add a missing reference to libglib in the LDADD for this test.
authorBilly Biggs <vektor@dumbterm.net>
Mon, 7 Nov 2005 16:29:19 +0000 (16:29 +0000)
committerBilly Biggs <bbiggs@src.gnome.org>
Mon, 7 Nov 2005 16:29:19 +0000 (16:29 +0000)
2005-11-07  Billy Biggs <vektor@dumbterm.net>

* tests/refcount/Makefile.am: Add a missing reference to libglib
in the LDADD for this test.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
tests/refcount/Makefile.am

index 3b760b0..e2e0704 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-07  Billy Biggs <vektor@dumbterm.net>
+
+       * tests/refcount/Makefile.am: Add a missing reference to libglib
+       in the LDADD for this test.
+
 2005-11-07  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gmem.c (g_allocator_new): We need to set n_preallocs to a
index 3b760b0..e2e0704 100644 (file)
@@ -1,3 +1,8 @@
+2005-11-07  Billy Biggs <vektor@dumbterm.net>
+
+       * tests/refcount/Makefile.am: Add a missing reference to libglib
+       in the LDADD for this test.
+
 2005-11-07  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gmem.c (g_allocator_new): We need to set n_preallocs to a
index 3b760b0..e2e0704 100644 (file)
@@ -1,3 +1,8 @@
+2005-11-07  Billy Biggs <vektor@dumbterm.net>
+
+       * tests/refcount/Makefile.am: Add a missing reference to libglib
+       in the LDADD for this test.
+
 2005-11-07  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gmem.c (g_allocator_new): We need to set n_preallocs to a
index 0fa9fb5..bfb21c0 100644 (file)
@@ -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                                \