summaryrefslogtreecommitdiff
path: root/libtommath
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2016-03-17 06:40:31 +0800
committerMatt Johnston <matt@ucc.asn.au>2016-03-17 06:40:31 +0800
commiteb67bd041d3da34e0b5c6803b5d915f444751ab6 (patch)
treede8faf429de718f091d93a3284306bb919e8fae1 /libtommath
parentd949546896c90005f9c0387ba62e9d7e44617b83 (diff)
downloaddropbear-eb67bd041d3da34e0b5c6803b5d915f444751ab6.tar.gz
Fix missing paths from m_burn commit
Diffstat (limited to 'libtommath')
-rw-r--r--libtommath/Makefile.in6
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