From: Martin Willi Date: Mon, 8 Dec 2008 16:00:33 +0000 (-0000) Subject: fixed out-of-tree build of scepclient X-Git-Tag: 4.2.10~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=474998099f6c8dea9976925f05e530b03b5cd39a;p=thirdparty%2Fstrongswan.git fixed out-of-tree build of scepclient --- diff --git a/src/scepclient/Makefile.am b/src/scepclient/Makefile.am index 57b20dfb53..86220d71b7 100644 --- a/src/scepclient/Makefile.am +++ b/src/scepclient/Makefile.am @@ -17,10 +17,13 @@ INCLUDES = \ AM_CFLAGS = -DDEBUG -DNO_PLUTO -DIPSEC_CONFDIR=\"${confdir}\" +LIBFREESWANBUILDDIR=$(top_builddir)/src/libfreeswan +LIBCRYPTOBUILDDIR=$(top_builddir)/src/libcrypto + scepclient_LDADD = asn1.o ca.o crl.o certs.o constants.o defs.o fetch.o id.o \ keys.o lex.o md2.o md5.o mp_defs.o ocsp.o oid.o pem.o pgp.o \ pkcs1.o pkcs7.o rnd.o sha1.o smartcard.o x509.o \ - $(LIBFREESWANDIR)/libfreeswan.a $(LIBCRYPTODIR)/libcrypto.a \ + $(LIBFREESWANBUILDDIR)/libfreeswan.a $(LIBCRYPTOBUILDDIR)/libcrypto.a \ -lgmp # This compile option activates smartcard support