diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-15 22:23:36 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:50:27 +0100 |
commit | b04bae87154494fd0001ddc8df41d9fa01ea1ce7 (patch) | |
tree | 661b5fdec940192b4d974c505abf1826e9d5a30e /source4/libcli/auth | |
parent | a21a484a0153a339d275751cd077557d7cbf5208 (diff) | |
download | samba-b04bae87154494fd0001ddc8df41d9fa01ea1ce7.tar.gz samba-b04bae87154494fd0001ddc8df41d9fa01ea1ce7.tar.bz2 samba-b04bae87154494fd0001ddc8df41d9fa01ea1ce7.zip |
r26461: Tighten dependencies.
(This used to be commit a07050be33d9c8e8033063b393162884075fa2af)
Diffstat (limited to 'source4/libcli/auth')
-rw-r--r-- | source4/libcli/auth/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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 ################################# |