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/tests/Makefile b/tests/Makefile index 84b961e..8d5b767 100644 --- a/tests/Makefile +++ b/tests/Makefile
@@ -7,7 +7,7 @@ -Wno-unused-function -Wno-unused-value OFLAGS = -O -LDFLAGS += -L../library -lpolarssl +LDFLAGS += -L../library -lpolarssl $(SYS_LDFLAGS) APPS = test_suite_aes test_suite_arc4 \ test_suite_base64 test_suite_camellia \