summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-24 15:44:34 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-24 15:44:34 +0200
commit2413a7200623855b93946d44bcdb949e2dc170a0 (patch)
tree064f1cef83edb2cb3f2b7b3487cdf93b36fad82b /source3/Makefile.in
parent5709ded3ef75c48f807273eaa36bb0522e7f7b46 (diff)
downloadsamba-2413a7200623855b93946d44bcdb949e2dc170a0.tar.gz
samba-2413a7200623855b93946d44bcdb949e2dc170a0.tar.bz2
samba-2413a7200623855b93946d44bcdb949e2dc170a0.zip
Use shared copy of hmac5 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 eb9f206298..20adeeb222 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -328,7 +328,7 @@ LIB_OBJ = $(LIBSAMBAUTIL_OBJ) \
lib/substitute.o lib/fsusage.o lib/dbwrap_util.o \
lib/ms_fnmatch.o lib/select.o lib/errmap_unix.o \
lib/tallocmsg.o lib/dmallocmsg.o libsmb/smb_signing.o \
- ../lib/crypto/md5.o lib/hmacmd5.o lib/arc4.o lib/iconv.o \
+ ../lib/crypto/md5.o ../lib/crypto/hmacmd5.o lib/arc4.o lib/iconv.o \
lib/pam_errors.o intl/lang_tdb.o lib/conn_tdb.o \
lib/adt_tree.o lib/gencache.o \
lib/module.o lib/events.o lib/ldap_escape.o @CHARSET_STATIC@ \