summaryrefslogtreecommitdiff
path: root/source4/libcli/auth
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-07 10:02:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:50 -0500
commita46e12d0e07e1630f8ef15aff0f97cb2f1f4c273 (patch)
tree8b8dec47de3b082143435246201a75a04d0fb1dd /source4/libcli/auth
parentaf7886614a2b9e36b9e6a31f48a775b900d9183c (diff)
downloadsamba-a46e12d0e07e1630f8ef15aff0f97cb2f1f4c273.tar.gz
samba-a46e12d0e07e1630f8ef15aff0f97cb2f1f4c273.tar.bz2
samba-a46e12d0e07e1630f8ef15aff0f97cb2f1f4c273.zip
r18213: don't list LIBREPLACE depdendecies explicit and
always at it as first private dependencies metze (This used to be commit 135d096776b53ae09ffc2b4f767dfbd18139570f)
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 e43c39cf1b..5a0b7e14dc 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 LIBREPLACE
+ SCHANNELDB MSRPC_PARSE
# End SUBSYSTEM LIBCLI_AUTH
#################################