diff --git a/src/modules/_Crypto/Makefile.in b/src/modules/_Crypto/Makefile.in
index bd11e5dfcfdf63f797a49a8b4a41ab037189f2aa..973976be6e9d90b8a3b925c89c579ab009a50ab9 100644
--- a/src/modules/_Crypto/Makefile.in
+++ b/src/modules/_Crypto/Makefile.in
@@ -1,6 +1,6 @@
 SRCDIR=@srcdir@
 VPATH=@srcdir@:@srcdir@/../..:../..
-OBJS=crypto.o idea.o des.o rc4.o invert.o sha.o pipe.o cbc.o lib/algorithms.a
+OBJS=crypto.o idea.o des.o rc4.o invert.o sha.o md5.o pipe.o cbc.o lib/algorithms.a
 
 MODULE_CPPFLAGS= -I$(SRCDIR)/include -DPIKE
 
@@ -9,7 +9,7 @@ MODULE_CPPFLAGS= -I$(SRCDIR)/include -DPIKE
 # Create library of algorithms
 lib/algorithms.a:
 	cd lib; $(MAKE) \
-                  "EXTRA_CPP_FLAGS=-DPIKE -I$(SRCDIR)/../.. -I../../.." \
+                  "EXTRA_CPP_FLAGS=-DPIKE -g -I$(SRCDIR)/../.. -I../../.." \
 	          algorithms.a
 
 @dependencies@