From: Tobias Brunner Date: Mon, 20 Apr 2015 15:40:52 +0000 (+0200) Subject: apidoc: Fix rebuild in out-of-tree builds X-Git-Tag: 5.3.1dr1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f3dbb1b678f0026cfbbb7b1f55ded303d25fb6a;p=thirdparty%2Fstrongswan.git apidoc: Fix rebuild in out-of-tree builds --- diff --git a/Makefile.am b/Makefile.am index 99356b0934..898b262058 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: