diff libtommath/Makefile.in @ 1317:19358268ea45

merge github
author Matt Johnston <matt@ucc.asn.au>
date Fri, 22 Jul 2016 00:04:47 +0800
parents 24e563b90f12
children 60fc6476e044
line wrap: on
line diff
--- a/libtommath/Makefile.in	Thu Jul 21 23:38:42 2016 +0800
+++ b/libtommath/Makefile.in	Fri Jul 22 00:04:47 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