commit | a585beb87e31db5efa7b86941fd7da3da560ac31 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jun 21 08:59:44 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jun 21 08:59:44 2011 +0000 |
tree | 57c1c9fc964451d6d09fc65765df0a675ba89c18 | |
parent | 44b819a2d96d3a560792fee3300590d89930b566 [diff] |
- Introduced windows DLL build and SYS_LDFLAGS
diff --git a/programs/Makefile b/programs/Makefile index 6f94c88..6462653 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 = -O -LDFLAGS += -L../library -lpolarssl +LDFLAGS += -L../library -lpolarssl $(SYS_LDFLAGS) APPS = aes/aescrypt2 aes/crypt_and_hash \ hash/hello hash/generic_sum \