summaryrefslogtreecommitdiffhomepage
path: root/libtommath/Makefile.in
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2016-06-21 22:04:30 +0800
committerMatt Johnston <matt@ucc.asn.au>2016-06-21 22:04:30 +0800
commit8db9415f2aeb0afd965132974b950c4d7a633017 (patch)
tree039a7732af0491bc01fbf2f6b5f8bdd029240434 /libtommath/Makefile.in
parentdd19d73db4e5d6bd8a28120629644ee01824d450 (diff)
parente0c6e819c28a5c866cd3437599b8e979b23f0627 (diff)
merge
Diffstat (limited to 'libtommath/Makefile.in')
-rw-r--r--libtommath/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtommath/Makefile.in b/libtommath/Makefile.in
index 06aba68..019c50b 100644
--- a/libtommath/Makefile.in
+++ b/libtommath/Makefile.in
@@ -9,7 +9,7 @@ VPATH=@srcdir@
srcdir=@srcdir@
# So that libtommath can include Dropbear headers for options and m_burn()
-CFLAGS += -I$(srcdir)/../libtomcrypt/src/headers/ -I$(srcdir)/../
+CFLAGS += -I. -I$(srcdir) -I../libtomcrypt/src/headers/ -I$(srcdir)/../libtomcrypt/src/headers/ -I../ -I$(srcdir)/../
ifndef IGNORE_SPEED