Mercurial > dropbear
diff libtomcrypt/Makefile.in @ 758:1c607a62d235 ecc
Set LTC_SOURCE for proper ltm_desc etc
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 29 Mar 2013 00:26:46 +0800 |
parents | 0cbe8f6dbf9e |
children | ac2158e3e403 |
line wrap: on
line diff
--- a/libtomcrypt/Makefile.in Wed Mar 27 23:50:52 2013 +0800 +++ b/libtomcrypt/Makefile.in Fri Mar 29 00:26:46 2013 +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)/../ +CFLAGS += -c -I$(srcdir)/src/headers/ -I$(srcdir)/../ -DLTC_SOURCE # additional warnings (newer GCC 3.4 and higher) ifdef GCC_34