]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
apidoc: Fix rebuild in out-of-tree builds
authorTobias Brunner <tobias@strongswan.org>
Mon, 20 Apr 2015 15:40:52 +0000 (17:40 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 20 Apr 2015 15:40:52 +0000 (17:40 +0200)
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: