summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib/crypto/md4/Imakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/crypto/md4/Imakefile b/src/lib/crypto/md4/Imakefile
index 7a291acd9..a7a2d1854 100644
--- a/src/lib/crypto/md4/Imakefile
+++ b/src/lib/crypto/md4/Imakefile
@@ -9,9 +9,9 @@
#
NormalLibraryObjectRule()
-OBJS= md4.o md4glue.o
+OBJS= md4.o md4glue.o md4crypto.o
-SRCS= md4.c md4glue.c
+SRCS= md4.c md4glue.c md4crypto.c
DEFINES= $(DESDEFINES)