From b04bae87154494fd0001ddc8df41d9fa01ea1ce7 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 15 Dec 2007 22:23:36 +0100 Subject: r26461: Tighten dependencies. (This used to be commit a07050be33d9c8e8033063b393162884075fa2af) --- source4/libcli/auth/config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/libcli/auth') diff --git a/source4/libcli/auth/config.mk b/source4/libcli/auth/config.mk index 5a0b7e14dc..6cea0a08f0 100644 --- a/source4/libcli/auth/config.mk +++ b/source4/libcli/auth/config.mk @@ -8,6 +8,7 @@ OBJ_FILES = credentials.o \ smbencrypt.o \ smbdes.o PUBLIC_DEPENDENCIES = \ - SCHANNELDB MSRPC_PARSE + MSRPC_PARSE \ + LIBSAMBA-CONFIG # End SUBSYSTEM LIBCLI_AUTH ################################# -- cgit