aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 99356b093..898b26205 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,7 +39,7 @@ Doxyfile : Doxyfile.in
apidoc : Doxyfile
@test -d apidoc || doxygen
- @! find Doxyfile src/ \( -name '*.h' -o -name '*.md' \) -newer apidoc | \
+ @! find Doxyfile $(top_srcdir)/src/ \( -name '*.h' -o -name '*.md' \) -newer apidoc | \
grep -q '' || doxygen && touch apidoc
cov-reset-common: