summaryrefslogtreecommitdiffhomepage
path: root/libtomcrypt/Makefile.in
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
commitba23b823dcec4203dcee59204f0a7dac1a390d96 (patch)
treeace444899b2c35b092a0380097fb978d594f9615 /libtomcrypt/Makefile.in
parentfa3b0dd3ca62309c7d786df849da31426348c0bf (diff)
fix updates to libtomcrypt/libtommath for out of tree builds
Diffstat (limited to 'libtomcrypt/Makefile.in')
-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