# HG changeset patch # User Matt Johnston # Date 1458168031 -28800 # Node ID a3bb1511581621d1dc712f61af6626963844e5f7 # Parent eebff2079bdc93c5876492ece97151aa0537caf3 Fix missing paths from m_burn commit diff -r eebff2079bdc -r a3bb15115816 libtommath/Makefile.in --- 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