summaryrefslogtreecommitdiff
path: root/gst/audiotestsrc
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-04 14:20:13 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-04 14:55:15 +0200
commit65307dd1323ba8200893b51c917bb175f11e5e4f (patch)
tree912add0a6a266875674857cec245db23017be3fd /gst/audiotestsrc
parent296e1bf3dd756c939a622422ced3e639fa0cce04 (diff)
downloadgstreamer-plugins-base-65307dd1323ba8200893b51c917bb175f11e5e4f.tar.gz
gst: Update versioning
Diffstat (limited to 'gst/audiotestsrc')
-rw-r--r--gst/audiotestsrc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/audiotestsrc/Makefile.am b/gst/audiotestsrc/Makefile.am
index 9536c6758..a7c019def 100644
--- a/gst/audiotestsrc/Makefile.am
+++ b/gst/audiotestsrc/Makefile.am
@@ -4,7 +4,7 @@ libgstaudiotestsrc_la_SOURCES = gstaudiotestsrc.c
libgstaudiotestsrc_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
libgstaudiotestsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstaudiotestsrc_la_LIBADD = \
- $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la \
+ $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \
$(GST_BASE_LIBS) $(GST_LIBS) $(LIBM)
libgstaudiotestsrc_la_LIBTOOLFLAGS = --tag=disable-static