# HG changeset patch # User Matt Johnston # Date 1364488006 -28800 # Node ID 1c607a62d235db654b9cb27ab706e20b1d9d3897 # Parent 23066608671112d81ea92a40324dd6c651ec449a Set LTC_SOURCE for proper ltm_desc etc diff -r 230666086711 -r 1c607a62d235 libtomcrypt/Makefile.in --- 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