From da63e94199039f6bd1f0381710a6b92d12e8f5ef Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Tue, 14 Jun 2016 10:47:32 +0800 Subject: [PATCH] build: Fix gtk-doc build when srcdir != builddir --- docs/libfwupd/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/libfwupd/Makefile.am b/docs/libfwupd/Makefile.am index 04f3d4b36..79a46162b 100644 --- a/docs/libfwupd/Makefile.am +++ b/docs/libfwupd/Makefile.am @@ -16,7 +16,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml # gtk-doc will search all .c and .h files beneath these paths # for inline comments documenting functions and macros. # e.g. DOC_SOURCE_DIR=$(top_srcdir)/gtk $(top_srcdir)/gdk -DOC_SOURCE_DIR=$(top_srcdir)/libfwupd +DOC_SOURCE_DIR=$(top_srcdir)/libfwupd $(top_builddir)/libfwupd # Extra options to pass to gtkdoc-scangobj. Normally not needed. SCANGOBJ_OPTIONS=