summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2011-10-11 18:52:20 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2011-10-17 04:26:24 +0200
commitbd64cf328044d52bf696f1e48609d13148f00967 (patch)
tree710a844282ea7392da213d6520b69a9b0c466a77 /docs
parent452ae1fb846f2fead11f1160320fe159291abf52 (diff)
downloadfarstream-bd64cf328044d52bf696f1e48609d13148f00967.tar.gz
Use our own version name, not gstreamer's
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 8b7b0afe..58a86c20 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-@GST_MAJORMINOR@.la
+ $(top_builddir)/farstream/libfarstream-@FS_MAJORMINOR@.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-0.10.la \
+ $(top_builddir)/farstream/libfarstream-@FS_MAJORMINOR@.la \
$(GST_BASE_LIBS) \
$(GCOV_LIBS)
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am
index d2867bbd..ae9df02e 100644
--- a/docs/plugins/Makefile.am
+++ b/docs/plugins/Makefile.am
@@ -126,7 +126,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-0.10.la \
+ $(top_builddir)/farstream/libfarstream-@FS_MAJORMINOR@.la \
$(top_builddir)/gst/fsrtpconference/libfsrtpconference_doc.la \
$(top_builddir)/gst/fsrawconference/libfsrawconference_doc.la \
$(top_builddir)/gst/fsmsnconference/libfsmsnconference_doc.la \