aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2009-12-08 17:06:04 +0100
committerTobias Brunner <tobias@strongswan.org>2009-12-23 17:02:25 +0100
commitc33d4f29bc4f9a6667fa437d8630e462cc05c899 (patch)
tree3a18366a8670d563bcd9e148431d03121b03ea39 /Makefile.am
parent5fe538504e949ef056f9ecac93967cdf0b4b9874 (diff)
downloadstrongswan-c33d4f29bc4f9a6667fa437d8630e462cc05c899.tar.bz2
strongswan-c33d4f29bc4f9a6667fa437d8630e462cc05c899.tar.xz
Generating the apidoc in an out-of-tree build fixed.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c2467a768..fcb2f2e7a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,6 +13,7 @@ Doxyfile : Doxyfile.in
sed \
-e "s:\@PACKAGE_VERSION\@:$(PACKAGE_VERSION):" \
-e "s:\@PACKAGE_NAME\@:$(PACKAGE_NAME):" \
+ -e "s:\@SRC_DIR\@:$(srcdir):" \
$(srcdir)/$@.in > $@
apidoc : Doxyfile