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

This commit is contained in:
Rico Tzschichholz 2012-01-14 11:18:07 +01:00
parent a6e149e41f
commit 0fd61489e5

View File

@ -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