- Added pem to library

diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt
index c921bfc..d8f8077 100644
--- a/library/CMakeLists.txt
+++ b/library/CMakeLists.txt
@@ -20,6 +20,7 @@
      md5.c
      net.c
      padlock.c
+     pem.c
      pkcs11.c
      rsa.c
      sha1.c
diff --git a/library/Makefile b/library/Makefile
index 58bdfdf..2be84e1 100644
--- a/library/Makefile
+++ b/library/Makefile
@@ -27,7 +27,7 @@
 	timing.o	x509parse.o	xtea.o		\
 	camellia.o  version.o   md.o		\
 	md_wrap.o	cipher.o 	cipher_wrap.o \
-	pkcs11.o
+	pkcs11.o    pem.o
 	
 
 .SILENT: