]> git.ipfire.org Git - people/ms/strongswan.git/blobdiff - Makefile.am
apidoc: Fix rebuild in out-of-tree builds
[people/ms/strongswan.git] / Makefile.am
index 99356b0934dbf7ed513ac7e96b312be7e32b721e..898b262058b90b6cf7317ecfeadcd6305c12ce0d 100644 (file)
@@ -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: