diff options
author | Matt Johnston <matt@ucc.asn.au> | 2016-09-09 21:08:32 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2016-09-09 21:08:32 +0800 |
commit | b4d31b492c14a3e921b44990b451e7caa36bceec (patch) | |
tree | bc119d21853a2c60b3c2633abf8855b2d22fa4e6 /libtommath | |
parent | 32df924d026fa31a35aa6a649ded6b2b5c7652e4 (diff) | |
parent | 4222251d6faac693d46e3947ab07b81a5a434580 (diff) |
merge
Diffstat (limited to 'libtommath')
-rw-r--r-- | libtommath/Makefile.in | 2 |
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 |