diff options
author | Matt Johnston <matt@ucc.asn.au> | 2016-06-21 22:04:30 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2016-06-21 22:04:30 +0800 |
commit | 8db9415f2aeb0afd965132974b950c4d7a633017 (patch) | |
tree | 039a7732af0491bc01fbf2f6b5f8bdd029240434 /libtommath/Makefile.in | |
parent | dd19d73db4e5d6bd8a28120629644ee01824d450 (diff) | |
parent | e0c6e819c28a5c866cd3437599b8e979b23f0627 (diff) |
merge
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 |