diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-23 16:08:35 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-23 16:08:35 +0000 |
commit | 91805c891a63311d9bd83ae8ba0f31e2386352a8 (patch) | |
tree | 9b07d65f03f3b35900d73140286a38a826c0eda2 /Source | |
parent | face0be4c2f7d89ffe0b4facdf8e30c9dbf53a73 (diff) | |
download | strongswan-91805c891a63311d9bd83ae8ba0f31e2386352a8.tar.bz2 strongswan-91805c891a63311d9bd83ae8ba0f31e2386352a8.tar.xz |
- fixed doxyfile
Diffstat (limited to 'Source')
-rw-r--r-- | Source/charon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/Makefile b/Source/charon/Makefile index e43e36a3b..00bed06f6 100644 --- a/Source/charon/Makefile +++ b/Source/charon/Makefile @@ -30,7 +30,7 @@ daemon : $(BUILD_DIR)charon testcases : $(BUILD_DIR)run_tests doxygen : - doxygen doxyconfig.DoxyFile + doxygen documentation.DoxyFile include $(MAIN_DIR)network/Makefile.network |