aboutsummaryrefslogtreecommitdiff
path: root/tests/examples/adapter/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examples/adapter/Makefile.am')
-rw-r--r--tests/examples/adapter/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examples/adapter/Makefile.am b/tests/examples/adapter/Makefile.am
index 6e4a4f4..cbd2987 100644
--- a/tests/examples/adapter/Makefile.am
+++ b/tests/examples/adapter/Makefile.am
@@ -1,4 +1,4 @@
noinst_PROGRAMS = adapter_test
-adapter_test_LDADD = $(GST_OBJ_LIBS) $(top_builddir)/libs/gst/base/libgstbase-@GST_MAJORMINOR@.la
+adapter_test_LDADD = $(GST_OBJ_LIBS) $(top_builddir)/libs/gst/base/libgstbase-@GST_API_VERSION@.la
adapter_test_CFLAGS = $(GST_OBJ_CFLAGS)