commit | 6a4ae35788ef8bfeb9097d72a88f7e5d56175b00 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Jan 27 14:03:24 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Jan 27 14:03:24 2015 +0100 |
tree | bc8ba544cf8265b032a5832e309c9507cc7ecfa2 | |
parent | 145422f74db8b27483a841e72f6b0d8c714cc5b4 [diff] |
Link to new name in programs & tests Makefiles
diff --git a/programs/Makefile b/programs/Makefile index b7fcf92..ba8dd31 100644 --- a/programs/Makefile +++ b/programs/Makefile
@@ -5,7 +5,7 @@ CFLAGS += -I../include -D_FILE_OFFSET_BITS=64 -Wall -W -Wdeclaration-after-statement OFLAGS = -O2 -LDFLAGS += -L../library -lpolarssl $(SYS_LDFLAGS) +LDFLAGS += -L../library -lmbedtls $(SYS_LDFLAGS) ifdef DEBUG CFLAGS += -g3