diff options
author | Martin Willi <martin@strongswan.org> | 2007-01-08 13:39:29 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2007-01-08 13:39:29 +0000 |
commit | e3f83e738da0973ec693d09998b5997ff470de2e (patch) | |
tree | 14adbf37f7470e15c04cabae110a2ff10650f04a | |
parent | 6a4be80d3770d3267ff6afeb387bebaf3673104a (diff) | |
download | strongswan-e3f83e738da0973ec693d09998b5997ff470de2e.tar.bz2 strongswan-e3f83e738da0973ec693d09998b5997ff470de2e.tar.xz |
fixed build when !using smartcard
-rw-r--r-- | src/pluto/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/pluto/Makefile.am b/src/pluto/Makefile.am index 5917bc364..4cc999d9b 100644 --- a/src/pluto/Makefile.am +++ b/src/pluto/Makefile.am @@ -90,7 +90,7 @@ $(top_srcdir)/src/libcrypto/libcrypto.a \ _pluto_adns_LDADD = \ $(top_srcdir)/src/libfreeswan/libfreeswan.a \ --lresolv +-lresolv -ldl dist_man_MANS = pluto.8 ipsec.secrets.5 EXTRA_DIST = oid.pl oid.txt @@ -113,11 +113,6 @@ if USE_LDAP pluto_LDADD += -lldap -llber endif -# This compile option activates smartcard support -if USE_SMARTCARD - pluto_LDADD += -ldl -endif - install-exec-local : mkdir -p -m 755 $(confdir)/ipsec.d mkdir -p -m 755 $(confdir)/ipsec.d/cacerts |