diff libtommath/Makefile.in @ 1320:8493172e4f3c

merge
author Matt Johnston <matt@ucc.asn.au>
date Fri, 09 Sep 2016 21:08:32 +0800
parents 24e563b90f12
children 60fc6476e044
line wrap: on
line diff
--- a/libtommath/Makefile.in	Thu Sep 01 23:08:56 2016 +0800
+++ b/libtommath/Makefile.in	Fri Sep 09 21:08:32 2016 +0800
@@ -9,7 +9,7 @@
 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