mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Add a missing reference to libglib in the LDADD for this test.
2005-11-07 Billy Biggs <vektor@dumbterm.net> * tests/refcount/Makefile.am: Add a missing reference to libglib in the LDADD for this test.
This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user