diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-04-21 12:26:04 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-04-21 12:26:04 +0000 |
commit | 4985ad6e4aeb6ead195c9def671b71083c18aee6 (patch) | |
tree | 584fd88deeb58bf15630b717af67f838a6932d4d /src/scepclient | |
parent | 81fc8e5f77ee141d420bdc6fb8c30072221b06e4 (diff) | |
download | strongswan-4985ad6e4aeb6ead195c9def671b71083c18aee6.tar.bz2 strongswan-4985ad6e4aeb6ead195c9def671b71083c18aee6.tar.xz |
pluto and scepclient use the regular libstrongswan library
Diffstat (limited to 'src/scepclient')
-rw-r--r-- | src/scepclient/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scepclient/Makefile.am b/src/scepclient/Makefile.am index 62146b246..92d271ce0 100644 --- a/src/scepclient/Makefile.am +++ b/src/scepclient/Makefile.am @@ -28,7 +28,7 @@ scepclient_LDADD = \ ca.o crl.o certs.o constants.o defs.o fetch.o id.o keys.o lex.o library.o \ md2.o md5.o mp_defs.o ocsp.o pem.o pgp.o pkcs1.o pkcs7.o rnd.o sha1.o \ smartcard.o x509.o \ -$(LIBSTRONGSWANDIR)/libstrongswan-lite.la \ +$(LIBSTRONGSWANDIR)/libstrongswan.la \ $(LIBFREESWANBUILDDIR)/libfreeswan.a \ $(LIBCRYPTOBUILDDIR)/libcrypto.a \ -lgmp |