commit | cd5b529d6d13f4437226c04ffeea5d10462cc09a | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu May 10 20:49:10 2012 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu May 10 20:49:10 2012 +0000 |
tree | 5de8c881706fd33f2bc6c9063cfcdc466ee40ab1 | |
parent | 4d2c1243b12699b8e0a4901c976274155dcd71a9 [diff] [blame] |
- Added automatic WINDOWS define in Makefile
diff --git a/tests/Makefile b/tests/Makefile index 460858a..f25607b 100644 --- a/tests/Makefile +++ b/tests/Makefile
@@ -13,6 +13,10 @@ CFLAGS += -g3 endif +ifdef WINDOWS +LDFLAGS += -lws2_32 +endif + APPS = test_suite_aes test_suite_arc4 \ test_suite_base64 test_suite_camellia \ test_suite_cipher.aes test_suite_cipher.camellia \