- 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		\