summaryrefslogtreecommitdiff
path: root/docs
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 /docs
parentd58ba0017be71c37ef4b5a36109c3dd68cc423c3 (diff)
downloadfarstream-129176598afd1d760ef5d7864276fc681d40abfd.tar.gz
Replace FS_MAJORMINOR with FS_APIVERSION
Diffstat (limited to 'docs')
-rw-r--r--docs/libs/Makefile.am4
-rw-r--r--docs/plugins/Makefile.am2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/libs/Makefile.am b/docs/libs/Makefile.am
index a01a0911..57887f6f 100644
--- a/docs/libs/Makefile.am
+++ b/docs/libs/Makefile.am
@@ -46,7 +46,7 @@ CFILE_GLOB=$(DOC_SOURCE_DIR)/*.c
# this is useful ;)
SCANOBJ_DEPS = \
- $(top_builddir)/farstream/libfarstream-@FS_MAJORMINOR@.la
+ $(top_builddir)/farstream/libfarstream-@FS_APIVERSION@.la
# Header files to ignore when scanning.
IGNORE_HFILES = fs-marshal.h fs-enumtypes.h fs-private.h
@@ -64,7 +64,7 @@ extra_files =
# contains GtkObjects/GObjects and you want to document signals and properties.
GTKDOC_CFLAGS = $(FS_INTERNAL_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS)
GTKDOC_LIBS = -static \
- $(top_builddir)/farstream/libfarstream-@FS_MAJORMINOR@.la \
+ $(top_builddir)/farstream/libfarstream-@FS_APIVERSION@.la \
$(GST_BASE_LIBS) \
$(GCOV_LIBS)
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am
index 9c07af31..7c2c985d 100644
--- a/docs/plugins/Makefile.am
+++ b/docs/plugins/Makefile.am
@@ -124,7 +124,7 @@ CLEANFILES = farstream-transmitters.types
# contains GtkObjects/GObjects and you want to document signals and properties.
GTKDOC_CFLAGS = $(GST_BASE_CFLAGS) -I$(top_builddir) -I$(top_builddir)/gst-libs
GTKDOC_LIBS = \
- $(top_builddir)/farstream/libfarstream-@FS_MAJORMINOR@.la \
+ $(top_builddir)/farstream/libfarstream-@FS_APIVERSION@.la \
$(top_builddir)/gst/fsrtpconference/libfsrtpconference_doc.la \
$(top_builddir)/gst/fsrawconference/libfsrawconference_doc.la \
$(top_builddir)/gst/fsmsnconference/libfsmsnconference_doc.la \