Skip to content
Snippets Groups Projects
Commit 5139bd42 authored by Matt Johnston's avatar Matt Johnston
Browse files

Set LTC_SOURCE for proper ltm_desc etc

--HG--
branch : ecc
parent cf7a271f
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment