mbedtls/programs
Alon Bar-Lev ada4105ba2 build: Makefile: cleanup LDFLAGS
LDFLAGS are reserved for external interaction via make variable, the
following should work:

$ make LDFLAGS="-L/xxx"
$ LDFLAGS="-L/xxx" make

1. Move internal flags to LOCAL_LDFLAGS
2. Respect external LDFLAGS
3. LDFLAGS should be last linkage flags.

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
2015-03-13 13:34:25 +00:00
..
aes Rename website and repository 2015-03-06 13:17:10 +00:00
hash Rename website and repository 2015-03-06 13:17:10 +00:00
pkey Rename website and repository 2015-03-06 13:17:10 +00:00
random Rename website and repository 2015-03-06 13:17:10 +00:00
ssl Rename website and repository 2015-03-06 13:17:10 +00:00
test Rename website and repository 2015-03-06 13:17:10 +00:00
util Rename website and repository 2015-03-06 13:17:10 +00:00
x509 Rename website and repository 2015-03-06 13:17:10 +00:00
.gitignore Add mini_client.c 2015-02-16 17:22:46 +00:00
CMakeLists.txt - Added missing subdirectory line for util 2012-09-25 08:19:18 +00:00
Makefile build: Makefile: cleanup LDFLAGS 2015-03-13 13:34:25 +00:00
wince_main.c Rename website and repository 2015-03-06 13:17:10 +00:00