diff options
author | Matt Johnston <matt@ucc.asn.au> | 2018-01-23 22:44:18 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-01-23 22:44:18 +0800 |
commit | ba23b823dcec4203dcee59204f0a7dac1a390d96 (patch) | |
tree | ace444899b2c35b092a0380097fb978d594f9615 /libtommath | |
parent | fa3b0dd3ca62309c7d786df849da31426348c0bf (diff) |
fix updates to libtomcrypt/libtommath for out of tree builds
Diffstat (limited to 'libtommath')
-rw-r--r-- | libtommath/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libtommath/Makefile.in b/libtommath/Makefile.in index dbcd2a0..d2e78fc 100644 --- a/libtommath/Makefile.in +++ b/libtommath/Makefile.in @@ -2,7 +2,8 @@ # #Tom St Denis -srcdir=. +VPATH=@srcdir@ +srcdir=@srcdir@ # So that libtommath can include Dropbear headers for options and m_burn() CFLAGS += -I$(srcdir) -I../libtomcrypt/src/headers/ -I$(srcdir)/../libtomcrypt/src/headers/ -I../ -I$(srcdir)/../ @@ -26,8 +27,6 @@ endif coverage: LIBNAME:=-Wl,--whole-archive $(LIBNAME) -Wl,--no-whole-archive -include makefile.include - LCOV_ARGS=--directory . #START_INS |