summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2011-01-19 15:24:58 +0200
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2011-01-19 15:24:58 +0200
commit7ae4c85251661faa85e65a4941203bd97f2cc954 (patch)
tree1812065c98c92e1d7f7881e304e32d7da832837b
parentaa31564ff4ba9cf10568970b34767a61e6d38b3a (diff)
downloadgupnp-av-7ae4c85251661faa85e65a4941203bd97f2cc954.tar.gz
Explicitly link test programs
This should fix the DSO build issue on Fedora.
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index cab44c5..86140bf 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,6 @@
AM_CFLAGS = $(LIBGUPNP_CFLAGS) -I$(top_srcdir)
-AM_LDFLAGS = $(top_builddir)/libgupnp-av/libgupnp-av-1.0.la
+AM_LDFLAGS = $(top_builddir)/libgupnp-av/libgupnp-av-1.0.la \
+ $(LIBGUPNP_LIBS)
noinst_PROGRAMS = test-search-criteria-parser
test_search_criteria_parser_SOURCES = test-search-criteria-parser.c