From 8735f53ae4f1530b07ff6cf1a5211378b09cd50d Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Fri, 13 Jan 2012 22:35:44 +0100 Subject: [PATCH] tests: Fix build failure of resources by linking against libgmodule-2.0.la --- gio/tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gio/tests/Makefile.am b/gio/tests/Makefile.am index 55d9214..f95196b 100644 --- a/gio/tests/Makefile.am +++ b/gio/tests/Makefile.am @@ -22,6 +22,7 @@ progs_ldadd = \ $(top_builddir)/glib/libglib-2.0.la \ $(top_builddir)/gthread/libgthread-2.0.la \ $(top_builddir)/gobject/libgobject-2.0.la \ + $(top_builddir)/gmodule/libgmodule-2.0.la \ $(top_builddir)/gio/libgio-2.0.la TEST_PROGS += \ -- 2.7.4