aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/Makefile.am
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-06-27 13:29:20 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-06-27 13:29:20 +0000
commitc4c916f90aead6d6e6634ccf10549337e5a734fe (patch)
treef9ce5f6dae2dcede7ba2cf90f5e2e0e21c183506 /src/starter/Makefile.am
parentfc2d1c420f0cbe032f74bd51e8737e5635ef8743 (diff)
downloadstrongswan-c4c916f90aead6d6e6634ccf10549337e5a734fe.tar.bz2
strongswan-c4c916f90aead6d6e6634ccf10549337e5a734fe.tar.xz
add starter.8 man page to distribution
Diffstat (limited to 'src/starter/Makefile.am')
-rw-r--r--src/starter/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/starter/Makefile.am b/src/starter/Makefile.am
index 7d5a4b69a..e2be69c01 100644
--- a/src/starter/Makefile.am
+++ b/src/starter/Makefile.am
@@ -9,7 +9,7 @@ INCLUDES = -I$(top_srcdir)/src/libfreeswan -I$(top_srcdir)/src/pluto -I$(top_src
AM_CFLAGS = -DIPSEC_DIR=\"${ipsecdir}\" -DIPSEC_CONFDIR=\"${confdir}\" -DIPSEC_PIDDIR=\"${piddir}\" -DIPSEC_EAPDIR=\"${eapdir}\" -DDEBUG
starter_LDADD = loglite.o defs.o $(top_srcdir)/src/libfreeswan/libfreeswan.a
EXTRA_DIST = parser.l parser.y keywords.txt ipsec.conf
-dist_man_MANS = ipsec.conf.5
+dist_man_MANS = ipsec.conf.5 starter.8
MAINTAINERCLEANFILES = lex.yy.c y.tab.c y.tab.h keywords.c
PLUTODIR=$(top_srcdir)/src/pluto