diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-15 22:23:42 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:50:28 +0100 |
commit | 5b7ed0cd7f92de0a231c65d167c8cd5e90366b34 (patch) | |
tree | 68f32e5f7f35506c028cd19fc9fd6f25f37365ff /source4/lib/samba3 | |
parent | be8a2ad3423d8579962d7af253a4c1bbfa66176b (diff) | |
download | samba-5b7ed0cd7f92de0a231c65d167c8cd5e90366b34.tar.gz samba-5b7ed0cd7f92de0a231c65d167c8cd5e90366b34.tar.bz2 samba-5b7ed0cd7f92de0a231c65d167c8cd5e90366b34.zip |
r26463: Tighten dependencies.
(This used to be commit d98ac96dfe7bb055f9ad49bc6864890285aa59ed)
Diffstat (limited to 'source4/lib/samba3')
-rw-r--r-- | source4/lib/samba3/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/samba3/config.mk b/source4/lib/samba3/config.mk index 2323a9f4cf..48f8f47665 100644 --- a/source4/lib/samba3/config.mk +++ b/source4/lib/samba3/config.mk @@ -10,7 +10,7 @@ OBJ_FILES = tdbsam.o policy.o \ idmap.o winsdb.o samba3.o group.o \ registry.o secrets.o share_info.o PRIVATE_DEPENDENCIES = LIBSAMBA-UTIL LIBTDB NDR_SECURITY \ - CREDENTIALS SMBPASSWD LIBSECURITY + CREDENTIALS SMBPASSWD LIBSECURITY # End SUBSYSTEM LIBSAMBA3 ################################################ |