summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorgb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>2010-03-30 07:50:11 +0000
committergb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>2010-03-30 07:50:11 +0000
commit35b6198d554e8161c36187151e5696702653ce40 (patch)
tree3c608cef4d9c4fe048735d3a38bf7f295415dca0 /docs
parentfb4fffd5cb54143983de1c5175398b4af2ed1b81 (diff)
downloadgst-vaapi-35b6198d554e8161c36187151e5696702653ce40.tar.gz
Fix leftover during migration.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/plugins/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/plugins/Makefile.am b/docs/reference/plugins/Makefile.am
index 90595ff9..8f10c708 100644
--- a/docs/reference/plugins/Makefile.am
+++ b/docs/reference/plugins/Makefile.am
@@ -18,7 +18,7 @@ DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.xml
# gtk-doc will search all .c & .h files beneath here for inline comments
# documenting the functions and macros.
# e.g. DOC_SOURCE_DIR=../../../gtk
-DOC_SOURCE_DIR = $(top_srcdir)/sys
+DOC_SOURCE_DIR = $(top_srcdir)/gst
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
SCANGOBJ_OPTIONS = --type-init-func="gst_init(NULL, NULL)"