[glib] tests: Fix build failure of resources by linking against libgmodule-2.0.la



commit 8735f53ae4f1530b07ff6cf1a5211378b09cd50d
Author: Rico Tzschichholz <ricotz t-online de>
Date:   Fri Jan 13 22:35:44 2012 +0100

    tests: Fix build failure of resources by linking against libgmodule-2.0.la

 gio/tests/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
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 +=	 		\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]