summaryrefslogtreecommitdiff
path: root/gst/speed/Makefile.am
diff options
context:
space:
mode:
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>2012-09-10 17:16:07 +0300
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-09-12 16:06:44 -0400
commit98ffddb0f86697aea402070a5a0b6359d643d5cf (patch)
treecf9b0c27c44e31e04d7489007d6153a15ace2c13 /gst/speed/Makefile.am
parent5111a6ed209a59906f06984191b0322230666523 (diff)
downloadgstreamer-plugins-bad-98ffddb0f86697aea402070a5a0b6359d643d5cf.tar.gz
speed: port to 0.11
https://bugzilla.gnome.org/show_bug.cgi?id=683727
Diffstat (limited to 'gst/speed/Makefile.am')
-rw-r--r--gst/speed/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/speed/Makefile.am b/gst/speed/Makefile.am
index 903fa011f..7c12d9e43 100644
--- a/gst/speed/Makefile.am
+++ b/gst/speed/Makefile.am
@@ -3,7 +3,7 @@ plugin_LTLIBRARIES = libgstspeed.la
libgstspeed_la_SOURCES = gstspeed.c
libgstspeed_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
-libgstspeed_la_LIBADD = $(GST_LIBS) $(GST_PLUGINS_BASE_LIBS) $(LIBM)
+libgstspeed_la_LIBADD = $(GST_LIBS) $(GST_PLUGINS_BASE_LIBS) $(LIBM) -lgstaudio-$(GST_API_VERSION)
libgstspeed_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstspeed_la_LIBTOOLFLAGS = --tag=disable-static