From: Sebastian Dröge Date: Mon, 11 Apr 2016 07:44:56 +0000 (+0300) Subject: rtpmanager: It's GST_LIBS, not GST_LIBS_LIBS X-Git-Tag: 1.10.4~470 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=95dc198563c88b59c27dc842eb95030d8a07e6dc;p=platform%2Fupstream%2Fgst-plugins-good.git rtpmanager: It's GST_LIBS, not GST_LIBS_LIBS --- diff --git a/gst/rtpmanager/Makefile.am b/gst/rtpmanager/Makefile.am index ea593ef..222a8c7 100644 --- a/gst/rtpmanager/Makefile.am +++ b/gst/rtpmanager/Makefile.am @@ -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)