aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/Makefile.am
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2009-08-14 14:42:03 +0200
committerTobias Brunner <tobias@strongswan.org>2009-08-14 14:50:53 +0200
commit26965b4ef3758e44b90f7574c8d204afe5923ab6 (patch)
treea2a8e2f1f7a248fe31a3a5b17b8a9f7987f8817c /src/starter/Makefile.am
parent932fdc38de553b35e4afb1c03bb013881d5144a8 (diff)
downloadstrongswan-26965b4ef3758e44b90f7574c8d204afe5923ab6.tar.bz2
strongswan-26965b4ef3758e44b90f7574c8d204afe5923ab6.tar.xz
OpenSolaris needs libsocket and libnsl for socket().
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 ed5b0f10d..3355b3afb 100644
--- a/src/starter/Makefile.am
+++ b/src/starter/Makefile.am
@@ -20,7 +20,7 @@ AM_CFLAGS = \
-DIPSEC_EAPDIR=\"${eapdir}\" \
-DDEBUG
-starter_LDADD = defs.o $(top_builddir)/src/libfreeswan/libfreeswan.a $(top_builddir)/src/libstrongswan/libstrongswan.la
+starter_LDADD = defs.o $(top_builddir)/src/libfreeswan/libfreeswan.a $(top_builddir)/src/libstrongswan/libstrongswan.la $(SOCKLIB)
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