diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-17 11:12:42 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:51:07 +0100 |
commit | c2604542295d5665172019da829544202ff034d6 (patch) | |
tree | 9eecbeac8d10f0fd3564916297a1aecbd3d1b276 /source4/lib/samba3 | |
parent | 32f439bfa458f7936b507cb5a1e3c74bcb8c68bf (diff) | |
download | samba-c2604542295d5665172019da829544202ff034d6.tar.gz samba-c2604542295d5665172019da829544202ff034d6.tar.bz2 samba-c2604542295d5665172019da829544202ff034d6.zip |
r26504: Don't rely on system-provided kerberos headers.
(This used to be commit c4b1df047663519300370508761c70b0c096b7f2)
Diffstat (limited to 'source4/lib/samba3')
-rw-r--r-- | source4/lib/samba3/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/samba3/config.mk b/source4/lib/samba3/config.mk index 48f8f47665..76f1ce5096 100644 --- a/source4/lib/samba3/config.mk +++ b/source4/lib/samba3/config.mk @@ -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 ################################################ |