summaryrefslogtreecommitdiff
path: root/libtomcrypt
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2018-01-23 22:44:18 +0800
committerMatt Johnston <matt@ucc.asn.au>2018-01-23 22:44:18 +0800
commit4a7467b7374ea59f04dfc31b7aa8647d8b5e3c45 (patch)
treea65a14d1e064f59b958ba984394c96f3cb3db002 /libtomcrypt
parenta653a2e34c458284d13dc7905be55ed59d662657 (diff)
downloaddropbear-4a7467b7374ea59f04dfc31b7aa8647d8b5e3c45.tar.gz
fix updates to libtomcrypt/libtommath for out of tree builds
Diffstat (limited to 'libtomcrypt')
-rw-r--r--libtomcrypt/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/libtomcrypt/Makefile.in b/libtomcrypt/Makefile.in
index d9b3668..1c45186 100644
--- a/libtomcrypt/Makefile.in
+++ b/libtomcrypt/Makefile.in
@@ -9,7 +9,8 @@ VERSION=1.17
PLATFORM := $(shell uname | sed -e 's/_.*//')
-srcdir=.
+VPATH=@srcdir@
+srcdir=@srcdir@
# Compiler and Linker Names
#CC=gcc