1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

r26504: Don't rely on system-provided kerberos headers.

(This used to be commit c4b1df0476)
This commit is contained in:
Jelmer Vernooij
2007-12-17 11:12:42 +01:00
committed by Stefan Metzmacher
parent 32f439bfa4
commit c260454229
8 changed files with 14 additions and 10 deletions

View File

@ -10,7 +10,8 @@ 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
SMBPASSWD LIBSECURITY
PUBLIC_DEPENDENCIES = CREDENTIALS
# End SUBSYSTEM LIBSAMBA3
################################################