summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2011-10-11 15:55:45 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2011-10-11 16:14:10 -0400
commit7098f40db04b6a32c311b802a2c12f0f450ee7b7 (patch)
tree0b1553a177693263e55282df9e5f7b3bea3ee884 /docs
parente33572c56e93ad1a0f644047f30fc23ab5e01372 (diff)
downloadfarstream-7098f40db04b6a32c311b802a2c12f0f450ee7b7.tar.gz
Rename libgstfarstream into libfarstream
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 866b81f6..5c961a68 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)/gst-libs/gst/farstream/libgstfarstream-@GST_MAJORMINOR@.la
+ $(top_builddir)/gst-libs/gst/farstream/libfarstream-@GST_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)/gst-libs/gst/farstream/libgstfarstream-0.10.la \
+ $(top_builddir)/gst-libs/gst/farstream/libfarstream-0.10.la \
$(GST_BASE_LIBS) \
$(GCOV_LIBS)
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am
index 8ba1c7fc..b0eb33a7 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)/gst-libs/gst/farstream/libgstfarstream-0.10.la \
+ $(top_builddir)/gst-libs/gst/farstream/libfarstream-0.10.la \
$(top_builddir)/gst/fsrtpconference/libfsrtpconference_doc.la \
$(top_builddir)/gst/fsrawconference/libfsrawconference_doc.la \
$(top_builddir)/gst/fsmsnconference/libfsmsnconference_doc.la \