diff options
author | Martin Willi <martin@strongswan.org> | 2006-05-19 11:16:48 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-05-19 11:16:48 +0000 |
commit | bea98d4dd7b28d9ead64c41bc98b1e28901e9b7f (patch) | |
tree | eb42db0f2709909589539cf289e3241ce477fb8e | |
parent | 1dec928446f3118fae6236efdbf3a0e1f3b6ac3d (diff) | |
download | strongswan-bea98d4dd7b28d9ead64c41bc98b1e28901e9b7f.tar.bz2 strongswan-bea98d4dd7b28d9ead64c41bc98b1e28901e9b7f.tar.xz |
- added missing ipsec.conf.5 to distribution :-/
-rw-r--r-- | src/starter/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/starter/Makefile.am b/src/starter/Makefile.am index fc088c37e..49fe3a4f0 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}\" -DDEBUG starter_LDADD = loglite.o defs.o $(top_srcdir)/src/libfreeswan/libfreeswan.a EXTRA_DIST = parser.l parser.y keywords.txt ipsec.conf -man_MANS = ipsec.conf.5 +dist_man_MANS = ipsec.conf.5 PLUTODIR=$(top_srcdir)/src/pluto OPENACDIR=$(top_srcdir)/src/openac |