From 1240f98206852b2151fe585a721dee03b1096678 Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Mon, 22 Oct 2012 16:29:09 +0200 Subject: [PATCH] tests: Add libgio link dependency Fixes https://bugzilla.gnome.org/show_bug.cgi?id=686647 --- tests/check/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index b32412e..458cd47 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -49,10 +49,12 @@ gst_rtspserver_CFLAGS = \ $(GST_PLUGINS_GOOD_CFLAGS) \ $(GST_PLUGINS_BASE_CFLAGS) \ $(GST_BASE_CFLAGS) \ + $(GIO_CFLAGS) \ $(AM_CFLAGS) gst_rtspserver_LDADD = \ $(top_builddir)/gst/rtsp-server/libgstrtspserver-@GST_API_VERSION@.la \ $(GST_PLUGINS_GOOD_LIBS) \ $(GST_BASE_LIBS) -lgstrtsp-@GST_API_VERSION@ -lgstsdp-@GST_API_VERSION@ \ + $(GIO_LIBS) \ $(LDADD) -- 2.7.4