From 35b6198d554e8161c36187151e5696702653ce40 Mon Sep 17 00:00:00 2001 From: gb Date: Tue, 30 Mar 2010 07:50:11 +0000 Subject: [PATCH] Fix leftover during migration. --- docs/reference/plugins/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/plugins/Makefile.am b/docs/reference/plugins/Makefile.am index 90595ff..8f10c70 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)" -- 2.7.4