From bd64cf328044d52bf696f1e48609d13148f00967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Tue, 11 Oct 2011 18:52:20 -0400 Subject: Use our own version name, not gstreamer's --- docs/libs/Makefile.am | 4 ++-- docs/plugins/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') 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 \ -- cgit v1.2.1