Skip to content
Snippets Groups Projects
Commit 156b28c7 authored by Matt Johnston's avatar Matt Johnston
Browse files

Fix missing paths from m_burn commit

parent ad801851
No related merge requests found
...@@ -8,10 +8,8 @@ VERSION=0.40 ...@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment