summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-24 15:37:15 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-24 15:37:15 +0200
commit5709ded3ef75c48f807273eaa36bb0522e7f7b46 (patch)
tree4d7ea1b22d3e438c7b3e787c4d31bc8f62f37139 /source3/Makefile.in
parent45bc578664f4dae063672dde75bd442868a35992 (diff)
downloadsamba-5709ded3ef75c48f807273eaa36bb0522e7f7b46.tar.gz
samba-5709ded3ef75c48f807273eaa36bb0522e7f7b46.tar.bz2
samba-5709ded3ef75c48f807273eaa36bb0522e7f7b46.zip
Use common md4 implementation.
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index b20f7b1aef..eb9f206298 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -315,7 +315,7 @@ LIB_OBJ = $(LIBSAMBAUTIL_OBJ) \
lib/async_sock.o \
$(TDB_LIB_OBJ) \
$(VERSION_OBJ) lib/charcnv.o lib/debug.o lib/fault.o \
- lib/interface.o lib/md4.o \
+ lib/interface.o ../lib/crypto/md4.o \
lib/pidfile.o \
lib/signal.o lib/system.o lib/sendfile.o lib/recvfile.o lib/time.o \
lib/ufc.o lib/genrand.o lib/username.o \