From: Günther Deschner Date: Mon, 12 May 2014 08:40:24 +0000 (+0200) Subject: s4-kdc: PAC_GLUE does not depend on hdb anymore. X-Git-Tag: talloc-2.1.4~590 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=535035affc3297a89dc9e342c11ff119967dc271;p=samba.git s4-kdc: PAC_GLUE does not depend on hdb anymore. Guenther Signed-off-by: Günther Deschner Reviewed-by: Alexander Bokovoy --- diff --git a/source4/kdc/pac-glue.c b/source4/kdc/pac-glue.c index 526841b9e29..cdb0ac1fa56 100644 --- a/source4/kdc/pac-glue.c +++ b/source4/kdc/pac-glue.c @@ -28,7 +28,6 @@ #include "auth/auth_sam_reply.h" #include "system/kerberos.h" #include "auth/kerberos/kerberos.h" -#include #include "kdc/samba_kdc.h" #include "kdc/pac-glue.h" #include "param/param.h" diff --git a/source4/kdc/wscript_build b/source4/kdc/wscript_build index 0871404d030..20efe003bac 100755 --- a/source4/kdc/wscript_build +++ b/source4/kdc/wscript_build @@ -62,7 +62,7 @@ bld.SAMBA_SUBSYSTEM('WDC_SAMBA4', bld.SAMBA_SUBSYSTEM('PAC_GLUE', source='pac-glue.c', includes=kdc_include, - deps='ldb auth4_sam auth_sam_reply samba-credentials hdb samba-hostconfig com_err' + deps='ldb auth4_sam auth_sam_reply samba-credentials samba-hostconfig com_err' ) bld.SAMBA_LIBRARY('pac',