Modified Makefiles to include new files and and config.h to PolarSSL standard
diff --git a/library/Makefile b/library/Makefile
index 6852e95d..c3cd451 100644
--- a/library/Makefile
+++ b/library/Makefile
@@ -39,7 +39,8 @@
 		blowfish.o	camellia.o					\
 		certs.o		cipher.o	cipher_wrap.o	\
 		ctr_drbg.o	debug.o		des.o			\
-		dhm.o		ecp.o						\
+		dhm.o		ecdh.o		ecdsa.o			\
+		ecp.o									\
 		entropy.o	entropy_poll.o				\
 		error.o		gcm.o		havege.o		\
 		md.o		md_wrap.o	md2.o			\