Fix missing paths from m_burn commit

This commit is contained in:
Matt Johnston 2016-03-17 06:40:31 +08:00
parent ad801851a2
commit 156b28c771

View File

@ -8,10 +8,8 @@ VERSION=0.40
VPATH=@srcdir@ VPATH=@srcdir@
srcdir=@srcdir@ srcdir=@srcdir@
# Dropbear takes flags from the toplevel makefile # So that libtommath can include Dropbear headers for options and m_burn()
CFLAGS += -I$(srcdir) CFLAGS += -I$(srcdir)/../libtomcrypt/src/headers/ -I$(srcdir)/../
#CFLAGS += -I./ -Wall -W -Wshadow -Wsign-compare
ifndef IGNORE_SPEED ifndef IGNORE_SPEED