Mercurial > dropbear
diff libtomcrypt/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 | f849a5ca2efc |
line wrap: on
line diff
--- a/libtomcrypt/Makefile.in Thu Jul 21 23:38:42 2016 +0800 +++ b/libtomcrypt/Makefile.in Fri Jul 22 00:04:47 2016 +0800 @@ -19,7 +19,7 @@ # Compilation flags. Note the += does not write over the user's CFLAGS! # The rest of the flags come from the parent Dropbear makefile -CFLAGS += -c -I$(srcdir)/src/headers/ -I$(srcdir)/../ -DLTC_SOURCE -I$(srcdir)/../libtommath/ +CFLAGS += -c -Isrc/headers/ -I$(srcdir)/src/headers/ -I../ -I$(srcdir)/../ -DLTC_SOURCE -I../libtommath/ -I$(srcdir)/../libtommath/ # additional warnings (newer GCC 3.4 and higher) ifdef GCC_34