diff options
author | Matt Johnston <matt@ucc.asn.au> | 2016-07-22 00:04:47 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2016-07-22 00:04:47 +0800 |
commit | 4222251d6faac693d46e3947ab07b81a5a434580 (patch) | |
tree | 6313d0f94a99f6e773a295491398976299b46126 /libtommath/Makefile.in | |
parent | c6e912f9e21139494713f408924bfaf17e655824 (diff) | |
parent | 8db9415f2aeb0afd965132974b950c4d7a633017 (diff) |
merge github
Diffstat (limited to 'libtommath/Makefile.in')
-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 |