]> git.ipfire.org Git - thirdparty/strongswan.git/blame - Makefile.am
Renamed plugin configuration sections to the actual plugin name
[thirdparty/strongswan.git] / Makefile.am
CommitLineData
cf00cffe
TB
1SUBDIRS = src testing
2
3if USE_SCRIPTS
4 SUBDIRS += scripts
5endif
6
c0e56a66 7ACLOCAL_AMFLAGS = -I m4/config
e455ae13 8
35800a11 9EXTRA_DIST = Doxyfile.in CREDITS
b1e69188
MW
10CLEANFILES = apidoc Doxyfile
11
12Doxyfile : Doxyfile.in
13 sed \
14 -e "s:\@PACKAGE_VERSION\@:$(PACKAGE_VERSION):" \
15 -e "s:\@PACKAGE_NAME\@:$(PACKAGE_NAME):" \
ea7e89c7 16 $(srcdir)/$@.in > $@
b1e69188
MW
17
18apidoc : Doxyfile
19 doxygen