Fix leftover during migration.

This commit is contained in:
gb 2010-03-30 07:50:11 +00:00
parent fb4fffd5cb
commit 35b6198d55

View file

@ -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)"