diff options
author | Martin Willi <martin@strongswan.org> | 2009-04-21 15:24:02 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-04-21 15:24:02 +0000 |
commit | c258a3b36af95d9d415ae7f5d9a75a3b62e02f63 (patch) | |
tree | 788c34754e71509f46b7c319b48d9ec9d8076fc8 /src/scepclient | |
parent | 6554b5e4128e79f3e8576095c872a896446e20da (diff) | |
download | strongswan-c258a3b36af95d9d415ae7f5d9a75a3b62e02f63.tar.bz2 strongswan-c258a3b36af95d9d415ae7f5d9a75a3b62e02f63.tar.xz |
fixed pluto/scepclient out-of-tree builds
Diffstat (limited to 'src/scepclient')
-rw-r--r-- | src/scepclient/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/scepclient/Makefile.am b/src/scepclient/Makefile.am index 92d271ce0..716f01f09 100644 --- a/src/scepclient/Makefile.am +++ b/src/scepclient/Makefile.am @@ -21,6 +21,7 @@ AM_CFLAGS = \ -DDEBUG -DNO_PLUTO \ -Wformat=0 +LIBSTRONGSWANBUILDDIR=$(top_builddir)/src/libstrongswan LIBFREESWANBUILDDIR=$(top_builddir)/src/libfreeswan LIBCRYPTOBUILDDIR=$(top_builddir)/src/libcrypto @@ -28,7 +29,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.la \ +$(LIBSTRONGSWANBUILDDIR)/libstrongswan.la \ $(LIBFREESWANBUILDDIR)/libfreeswan.a \ $(LIBCRYPTOBUILDDIR)/libcrypto.a \ -lgmp |