aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-04-21 15:24:02 +0000
committerMartin Willi <martin@strongswan.org>2009-04-21 15:24:02 +0000
commitc258a3b36af95d9d415ae7f5d9a75a3b62e02f63 (patch)
tree788c34754e71509f46b7c319b48d9ec9d8076fc8 /src/pluto
parent6554b5e4128e79f3e8576095c872a896446e20da (diff)
downloadstrongswan-c258a3b36af95d9d415ae7f5d9a75a3b62e02f63.tar.bz2
strongswan-c258a3b36af95d9d415ae7f5d9a75a3b62e02f63.tar.xz
fixed pluto/scepclient out-of-tree builds
Diffstat (limited to 'src/pluto')
-rw-r--r--src/pluto/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pluto/Makefile.am b/src/pluto/Makefile.am
index 30ac5dab4..822642b9a 100644
--- a/src/pluto/Makefile.am
+++ b/src/pluto/Makefile.am
@@ -67,14 +67,14 @@ rsaref/pkcs11t.h rsaref/pkcs11.h rsaref/unix.h rsaref/pkcs11f.h
_pluto_adns_SOURCES = adns.c adns.h
-LIBSTRONGSWANDIR=$(top_srcdir)/src/libstrongswan
+LIBSTRONGSWANDIR=$(top_builddir)/src/libstrongswan
LIBFREESWANDIR=$(top_builddir)/src/libfreeswan
LIBCRYPTODIR=$(top_builddir)/src/libcrypto
INCLUDES = \
-I${linuxdir} \
--I$(LIBSTRONGSWANDIR)\
+-I$(top_srcdir)/src/libstrongswan \
-I$(top_srcdir)/src/libfreeswan \
-I$(top_srcdir)/src/libcrypto \
-I$(top_srcdir)/src/whack