diff options
author | Matt Johnston <matt@ucc.asn.au> | 2016-03-17 06:40:31 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2016-03-17 06:40:31 +0800 |
commit | 156b28c771f9a2b18bd3ddde6d6b3c193999c904 (patch) | |
tree | 62eaff2b267d57f16e2f3e470cce1ff6f197c09c /libtommath | |
parent | ad801851a26b044a364637134304973e2f3b6b9f (diff) |
Fix missing paths from m_burn commit
Diffstat (limited to 'libtommath')
-rw-r--r-- | libtommath/Makefile.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libtommath/Makefile.in b/libtommath/Makefile.in index 3ade090..06aba68 100644 --- a/libtommath/Makefile.in +++ b/libtommath/Makefile.in @@ -8,10 +8,8 @@ VERSION=0.40 VPATH=@srcdir@ srcdir=@srcdir@ -# Dropbear takes flags from the toplevel makefile -CFLAGS += -I$(srcdir) - -#CFLAGS += -I./ -Wall -W -Wshadow -Wsign-compare +# So that libtommath can include Dropbear headers for options and m_burn() +CFLAGS += -I$(srcdir)/../libtomcrypt/src/headers/ -I$(srcdir)/../ ifndef IGNORE_SPEED |