diff options
author | Martin Willi <martin@strongswan.org> | 2008-11-27 10:18:38 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2008-11-27 10:18:38 +0000 |
commit | 140d0081bf7d099afb6744574d27ca97dc6559bb (patch) | |
tree | 189bc77a5818f3e3510aa73f08c82253c29b85b7 /src | |
parent | 9413628b875ef912027281f25d5ed340bb893ae0 (diff) | |
download | strongswan-140d0081bf7d099afb6744574d27ca97dc6559bb.tar.bz2 strongswan-140d0081bf7d099afb6744574d27ca97dc6559bb.tar.xz |
fixed pluto out-of-tree builds
Diffstat (limited to 'src')
-rw-r--r-- | src/pluto/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pluto/Makefile.am b/src/pluto/Makefile.am index c28fbf6e0..453636f96 100644 --- a/src/pluto/Makefile.am +++ b/src/pluto/Makefile.am @@ -68,8 +68,8 @@ rsaref/pkcs11t.h rsaref/pkcs11.h rsaref/unix.h rsaref/pkcs11f.h _pluto_adns_SOURCES = adns.c adns.h LIBSTRONGSWANDIR=$(top_srcdir)/src/libstrongswan -LIBFREESWANDIR=$(top_srcdir)/src/libfreeswan -LIBCRYPTODIR=$(top_srcdir)/src/libcrypto +LIBFREESWANDIR=$(top_builddir)/src/libfreeswan +LIBCRYPTODIR=$(top_builddir)/src/libcrypto INCLUDES = \ |