aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2015-04-20 17:40:52 +0200
committerTobias Brunner <tobias@strongswan.org>2015-04-20 17:40:52 +0200
commit1f3dbb1b678f0026cfbbb7b1f55ded303d25fb6a (patch)
treec356c0cc0ed14ac71fd39b221f4a34085772e5e2 /Makefile.am
parente4d2c9f1871715f113d20fb2b178a07845ce7294 (diff)
downloadstrongswan-1f3dbb1b678f0026cfbbb7b1f55ded303d25fb6a.tar.bz2
strongswan-1f3dbb1b678f0026cfbbb7b1f55ded303d25fb6a.tar.xz
apidoc: Fix rebuild in out-of-tree builds
Diffstat (limited to 'Makefile.am')
-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: