[glib] gio/tests: Fix linker failure



commit fa523734c7c438944fc3b6f09a40b79d855475ee
Author: Rico Tzschichholz <ricotz t-online de>
Date:   Sat Oct 27 12:10:44 2012 +0200

    gio/tests: Fix linker failure
    
    Fixes 8c320d0c34ad5b3a31ac4f9024dba358a46ac725

 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 917cc0a..fb419a0 100644
--- a/gio/tests/Makefile.am
+++ b/gio/tests/Makefile.am
@@ -436,6 +436,7 @@ noinst_LTLIBRARIES = libresourceplugin.la
 
 libresourceplugin_la_SOURCES = resourceplugin.c plugin_resources.c
 libresourceplugin_la_LDFLAGS = -avoid-version -module $(no_undefined) -rpath $(libdir)
+libresourceplugin_la_LIBADD = $(LDADD)
 
 CLEANFILES = gdbus-test-codegen-generated.[ch] gdbus-test-codegen-generated-doc-*.xml test_resources2.[ch] plugin_resources.c
 



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