summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgnacio Casal Quinteiro <nacho.resa@gmail.com>2016-06-14 11:08:21 +0200
committerGitHub <noreply@github.com>2016-06-14 11:08:21 +0200
commitfdd1393b2d682abe52508840a51a4b95443679d6 (patch)
treec24b600f2286e727d8e106f7cf5a3373f048421d
parent521d9c6e3975df0522ab91c54e86494b9169f88b (diff)
parent26b1c5aeec9a949d76ae17149a51d96a57ea5cd8 (diff)
downloadgusb-fdd1393b2d682abe52508840a51a4b95443679d6.tar.gz
Merge pull request #8 from lantw44/master
Fix gtk-doc build when builddir != srcdir
-rw-r--r--docs/api/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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=