summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-09-11 12:36:52 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-09-11 12:36:58 -0400
commit129176598afd1d760ef5d7864276fc681d40abfd (patch)
treeb0c9683d5f412daa4fe7f97b4953880d67fe553b /tests
parentd58ba0017be71c37ef4b5a36109c3dd68cc423c3 (diff)
downloadfarstream-129176598afd1d760ef5d7864276fc681d40abfd.tar.gz
Replace FS_MAJORMINOR with FS_APIVERSION
Diffstat (limited to 'tests')
-rw-r--r--tests/check/Makefile.am2
-rw-r--r--tests/rtp/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 69f74f79..87a0b4e2 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -67,7 +67,7 @@ AM_CFLAGS = \
$(GST_CFLAGS)
LDADD = \
- $(top_builddir)/farstream/libfarstream-@FS_MAJORMINOR@.la \
+ $(top_builddir)/farstream/libfarstream-@FS_APIVERSION@.la \
$(GST_CHECK_LIBS) \
$(GST_LIBS)
diff --git a/tests/rtp/Makefile.am b/tests/rtp/Makefile.am
index e24392f9..cb603b96 100644
--- a/tests/rtp/Makefile.am
+++ b/tests/rtp/Makefile.am
@@ -12,7 +12,7 @@ codec_discovery_CFLAGS = \
$(CFLAGS)
LDADD = \
- $(top_builddir)/farstream/libfarstream-@FS_MAJORMINOR@.la \
+ $(top_builddir)/farstream/libfarstream-@FS_APIVERSION@.la \
$(top_builddir)/gst/fsrtpconference/libfsrtpconference-convenience.la \
$(GST_CHECK_LIBS) \
$(GST_PLUGINS_BASE_LIBS) \