From: Tim-Philipp Müller Date: Wed, 4 Jan 2012 17:05:32 +0000 (+0000) Subject: lame: fix LIBADD order in Makefile.am X-Git-Tag: freedesktop-RELEASE-0.10.18.3-pre-release~7 X-Git-Url: https://git.ti.com/gitweb?p=glsdk%2Fgst-plugins-ugly0-10.git;a=commitdiff_plain;h=1c85f38d408d49a5a9ec7e615d15a288bbd7c3c1 lame: fix LIBADD order in Makefile.am --- diff --git a/ext/lame/Makefile.am b/ext/lame/Makefile.am index 79143234..41457e34 100644 --- a/ext/lame/Makefile.am +++ b/ext/lame/Makefile.am @@ -3,8 +3,8 @@ plugin_LTLIBRARIES = libgstlame.la libgstlame_la_SOURCES = gstlame.c gstlamemp3enc.c plugin.c libgstlame_la_CFLAGS = -DGST_USE_UNSTABLE_API \ $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(LAME_CFLAGS) -libgstlame_la_LIBADD = $(LAME_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \ - -lgstaudio-$(GST_MAJORMINOR) $(GST_LIBS) +libgstlame_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) \ + $(GST_BASE_LIBS) $(GST_LIBS) $(LAME_LIBS) libgstlame_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstlame_la_LIBTOOLFLAGS = --tag=disable-static