[glib] gio/tests: Fix out-of-source build and use uninstalled libraries



commit 0fd61489e5e02312dd54ad721bcca7c45cf367a4
Author: Rico Tzschichholz <ricotz t-online de>
Date:   Sat Jan 14 11:18:07 2012 +0100

    gio/tests: Fix out-of-source build and use uninstalled libraries

 gio/tests/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/tests/Makefile.am b/gio/tests/Makefile.am
index 53726fa..4fb0362 100644
--- a/gio/tests/Makefile.am
+++ b/gio/tests/Makefile.am
@@ -600,8 +600,8 @@ test.gresource: test.gresource.xml test1.txt test2.txt test3.txt
 noinst_LTLIBRARIES = libresourceplugin.la
 
 libresourceplugin_la_SOURCES = resourceplugin.c plugin_resources.c
-libresourceplugin_la_LDFLAGS = $(G_MODULE_LDFLAGS) -avoid-version -module $(no_undefined) -rpath $(libdir)
-libresourceplugin_la_LIBADD = $(G_MODULE_LIBS)
+libresourceplugin_la_LDFLAGS = -avoid-version -module $(no_undefined) -rpath $(libdir)
+libresourceplugin_la_LIBADD = $(progs_ldadd)
 
 CLEANFILES = gdbus-test-codegen-generated.[ch] gdbus-test-codegen-generated-doc-*.xml
 



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