summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2020-03-11 19:18:51 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2020-03-11 19:18:51 -0400
commit6eee7886fc889539df1e13b4d8be90ca49f169b4 (patch)
treec139dc65478d91a9ef989656e6a3d12e35952f01
parent1c0507020d36842fdceee07c48f99efe6d6ec7cf (diff)
downloadfarstream-6eee7886fc889539df1e13b4d8be90ca49f169b4.tar.gz
plugin doc: Fix makefile
-rw-r--r--docs/plugins/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am
index 629291b8..783c54ab 100644
--- a/docs/plugins/Makefile.am
+++ b/docs/plugins/Makefile.am
@@ -118,7 +118,7 @@ CLEANFILES = farstream-transmitters.types
# CFLAGS and LDFLAGS for compiling scan program. Only needed if your app/lib
# 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_CFLAGS = $(GST_BASE_CFLAGS) -I$(top_builddir) -I$(top_builddir)/gst-libs -I$(top_srcdir)
GTKDOC_LIBS = \
$(top_builddir)/farstream/libfarstream-@FS_APIVERSION@.la \
$(top_builddir)/gst/fsrtpconference/libfsrtpconference_doc.la \
@@ -137,5 +137,7 @@ FS_PLUGIN_PATH=$(top_builddir)/transmitters/rawudp/.libs:$(top_builddir)/transmi
update-all: scanobj-trans-build.stamp update
+# This seems to be missing form GStreamer's common version
+DISTCLEANFILES=$(DOC_MODULE)-sections.new
include $(top_srcdir)/common-modified/gtk-doc-plugins.mak