changeset 1282:a3bb15115816

Fix missing paths from m_burn commit
author Matt Johnston <matt@ucc.asn.au>
date Thu, 17 Mar 2016 06:40:31 +0800
parents eebff2079bdc
children 3017bc7d6238
files libtommath/Makefile.in
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libtommath/Makefile.in	Thu Mar 17 00:06:26 2016 +0800
+++ b/libtommath/Makefile.in	Thu Mar 17 06:40:31 2016 +0800
@@ -8,10 +8,8 @@
 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