aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/Makefile.am
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2009-04-24 05:30:50 +0200
committerTobias Brunner <tobias@strongswan.org>2009-04-24 05:30:50 +0200
commitbcbf110938cfb630bbf752b778e9be30e13eb735 (patch)
treed3dc106383cd9f98b27733dcec8c4da0d01a6336 /src/starter/Makefile.am
parent65ea37abcd3c9deeb3cc63a5f8c1abc11a878ce4 (diff)
downloadstrongswan-bcbf110938cfb630bbf752b778e9be30e13eb735.tar.bz2
strongswan-bcbf110938cfb630bbf752b778e9be30e13eb735.tar.xz
fixing compilation when using the Vstr string library
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 57205665f..7c84a256b 100644
--- a/src/starter/Makefile.am
+++ b/src/starter/Makefile.am
@@ -14,7 +14,7 @@ INCLUDES = \
-I$(top_srcdir)/src/stroke
AM_CFLAGS = -DIPSEC_DIR=\"${ipsecdir}\" -DIPSEC_CONFDIR=\"${confdir}\" -DIPSEC_PIDDIR=\"${piddir}\" -DIPSEC_EAPDIR=\"${eapdir}\" -DDEBUG
-starter_LDADD = defs.o $(top_builddir)/src/libfreeswan/libfreeswan.a
+starter_LDADD = defs.o $(top_builddir)/src/libfreeswan/libfreeswan.a $(top_builddir)/src/libstrongswan/libstrongswan.la
EXTRA_DIST = parser.l parser.y keywords.txt ipsec.conf
dist_man_MANS = ipsec.conf.5 starter.8
MAINTAINERCLEANFILES = lex.yy.c y.tab.c y.tab.h keywords.c