summaryrefslogtreecommitdiffhomepage
path: root/libtomcrypt
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-03-29 00:26:46 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-03-29 00:26:46 +0800
commit5139bd42f6700333ddfdcdb125e838d10eeaacf4 (patch)
tree49d953d78a43409923da14afe030ea76223972c3 /libtomcrypt
parentcf7a271f90c2cc6970a02264a6dca9799984d3c6 (diff)
Set LTC_SOURCE for proper ltm_desc etc
--HG-- branch : ecc
Diffstat (limited to 'libtomcrypt')
-rw-r--r--libtomcrypt/Makefile.in2
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