summaryrefslogtreecommitdiff
path: root/source4/libcli/auth
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-06 04:58:06 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:37 -0500
commit014f70008fcfdb631031c48aa9654ad5b42e62f9 (patch)
tree6a4b96d6a166633c9fdbca6e8bd001da90d0164b /source4/libcli/auth
parenta983b06d37c3b87a02444d9a9862777b88629344 (diff)
downloadsamba-014f70008fcfdb631031c48aa9654ad5b42e62f9.tar.gz
samba-014f70008fcfdb631031c48aa9654ad5b42e62f9.tar.bz2
samba-014f70008fcfdb631031c48aa9654ad5b42e62f9.zip
r18130: the move to system/ in libreplace broke some things ... should be
happier now (This used to be commit 18542f184f75074e56a9793a9e3b6c6d747bb9e6)
Diffstat (limited to 'source4/libcli/auth')
-rw-r--r--source4/libcli/auth/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/auth/config.mk b/source4/libcli/auth/config.mk
index 5a0b7e14dc..e43c39cf1b 100644
--- a/source4/libcli/auth/config.mk
+++ b/source4/libcli/auth/config.mk
@@ -8,6 +8,6 @@ OBJ_FILES = credentials.o \
smbencrypt.o \
smbdes.o
PUBLIC_DEPENDENCIES = \
- SCHANNELDB MSRPC_PARSE
+ SCHANNELDB MSRPC_PARSE LIBREPLACE
# End SUBSYSTEM LIBCLI_AUTH
#################################