summaryrefslogtreecommitdiff
path: root/tests/examples/encoding/Makefile.am
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 /tests/examples/encoding/Makefile.am
parent296e1bf3dd756c939a622422ced3e639fa0cce04 (diff)
gst: Update versioning
Diffstat (limited to 'tests/examples/encoding/Makefile.am')
-rw-r--r--tests/examples/encoding/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/examples/encoding/Makefile.am b/tests/examples/encoding/Makefile.am
index adec75c7d..81e9f6a99 100644
--- a/tests/examples/encoding/Makefile.am
+++ b/tests/examples/encoding/Makefile.am
@@ -5,8 +5,8 @@ EXTRA_DIST = gstcapslist.h
noinst_PROGRAMS = $(examples)
-LDADD = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_MAJORMINOR@.la \
- $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la \
+LDADD = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_API_VERSION@.la \
+ $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \
$(GST_BASE_LIBS) \
$(GST_LIBS)
AM_CFLAGS = -I$(top_builddir)/gst-libs \