diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-03-29 00:26:46 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-03-29 00:26:46 +0800 |
commit | 2e09a5d54328e3573aa62d747dd89e094f382992 (patch) | |
tree | f5423de9693d46eaf743042ff40544fe50cfe3fc /libtomcrypt | |
parent | eafe3303f91ab444b3dcc87dce08950c401002ea (diff) | |
download | dropbear-2e09a5d54328e3573aa62d747dd89e094f382992.tar.gz |
Set LTC_SOURCE for proper ltm_desc etc
Diffstat (limited to 'libtomcrypt')
-rw-r--r-- | libtomcrypt/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtomcrypt/Makefile.in b/libtomcrypt/Makefile.in index ecc1ce6..14bce99 100644 --- a/libtomcrypt/Makefile.in +++ b/libtomcrypt/Makefile.in @@ -19,7 +19,7 @@ srcdir=@srcdir@ # 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 |