From 26b1c5aeec9a949d76ae17149a51d96a57ea5cd8 Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Tue, 14 Jun 2016 11:44:25 +0800 Subject: Fix gtk-doc build when builddir != srcdir --- docs/api/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/Makefile.am b/docs/api/Makefile.am index 8059aaf..248bdc4 100644 --- a/docs/api/Makefile.am +++ b/docs/api/Makefile.am @@ -14,7 +14,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml # The directory containing the source code. Relative to $(srcdir). # gtk-doc will search all .c & .h files beneath here for inline comments # documenting the functions and macros. -DOC_SOURCE_DIR=../../gusb +DOC_SOURCE_DIR=$(top_srcdir)/gusb $(top_builddir)/gusb # Extra options to pass to gtkdoc-scangobj. Not normally needed. SCANGOBJ_OPTIONS= -- cgit v1.2.1