From: Rico Tzschichholz Date: Sat, 27 Oct 2012 10:10:44 +0000 (+0200) Subject: gio/tests: Fix linker failure X-Git-Tag: 2.35.2~103 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa523734c7c438944fc3b6f09a40b79d855475ee;p=platform%2Fupstream%2Fglib.git gio/tests: Fix linker failure Fixes 8c320d0c34ad5b3a31ac4f9024dba358a46ac725 --- 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