rtpmanager: It's GST_LIBS, not GST_LIBS_LIBS
authorSebastian Dröge <sebastian@centricular.com>
Mon, 11 Apr 2016 07:44:56 +0000 (10:44 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 11 Apr 2016 07:44:56 +0000 (10:44 +0300)
gst/rtpmanager/Makefile.am

index ea593ef..222a8c7 100644 (file)
@@ -35,6 +35,6 @@ libgstrtpmanager_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \
        $(GST_NET_CFLAGS) $(WARNING_CFLAGS) $(ERROR_CFLAGS)
 libgstrtpmanager_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
        $(GST_NET_LIBS) -lgstrtp-@GST_API_VERSION@ \
-       $(GST_BASE_LIBS) $(GST_LIBS_LIBS)
+       $(GST_BASE_LIBS) $(GST_LIBS)
 libgstrtpmanager_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 libgstrtpmanager_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)