summaryrefslogtreecommitdiff
path: root/examples
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 /examples
parentd58ba0017be71c37ef4b5a36109c3dd68cc423c3 (diff)
downloadfarstream-129176598afd1d760ef5d7864276fc681d40abfd.tar.gz
Replace FS_MAJORMINOR with FS_APIVERSION
Diffstat (limited to 'examples')
-rw-r--r--examples/commandline/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/commandline/Makefile.am b/examples/commandline/Makefile.am
index 056e3aa2..81f4ed4a 100644
--- a/examples/commandline/Makefile.am
+++ b/examples/commandline/Makefile.am
@@ -10,7 +10,7 @@ AM_CFLAGS = \
$(CFLAGS)
LDADD = \
- $(top_builddir)/farstream/libfarstream-@FS_MAJORMINOR@.la \
+ $(top_builddir)/farstream/libfarstream-@FS_APIVERSION@.la \
$(GST_LIBS)