diff options
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 |