- Added first version of Camellia

diff --git a/library/Makefile b/library/Makefile
index 611540f..d8a0241 100644
--- a/library/Makefile
+++ b/library/Makefile
@@ -24,7 +24,8 @@
 	net.o		padlock.o	rsa.o		\
 	sha1.o		sha2.o		sha4.o		\
 	ssl_cli.o	ssl_srv.o	ssl_tls.o	\
-	timing.o	x509parse.o	xtea.o
+	timing.o	x509parse.o	xtea.o		\
+	camellia.o
 
 .SILENT: