diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-01-28 00:08:49 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-01-28 00:08:49 +0000 |
commit | 7bca75e51c27b8b589d53d85f373cf2a57566009 (patch) | |
tree | bd1416f5f2efbcdda4d58172e08c1a5e74cf3e0d /src/pluto/Makefile.am | |
parent | 4830536d8c4c202f11025ae0b8ef6db0b63ec8b9 (diff) | |
download | strongswan-7bca75e51c27b8b589d53d85f373cf2a57566009.tar.bz2 strongswan-7bca75e51c27b8b589d53d85f373cf2a57566009.tar.xz |
loading the XAUTH module requires libdl
Diffstat (limited to 'src/pluto/Makefile.am')
-rw-r--r-- | src/pluto/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/Makefile.am b/src/pluto/Makefile.am index 4cc999d9b..e5b4b9813 100644 --- a/src/pluto/Makefile.am +++ b/src/pluto/Makefile.am @@ -86,7 +86,7 @@ AM_CFLAGS = \ pluto_LDADD = \ $(top_srcdir)/src/libfreeswan/libfreeswan.a \ $(top_srcdir)/src/libcrypto/libcrypto.a \ --lgmp -lresolv -lpthread +-lgmp -lresolv -lpthread -ldl _pluto_adns_LDADD = \ $(top_srcdir)/src/libfreeswan/libfreeswan.a \ |