s4-kdc: PAC_GLUE does not depend on hdb anymore.
authorGünther Deschner <gd@samba.org>
Mon, 12 May 2014 08:40:24 +0000 (10:40 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 30 Jul 2015 08:24:26 +0000 (10:24 +0200)
Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
source4/kdc/pac-glue.c
source4/kdc/wscript_build

index 526841b9e299c9bf09bc7e848f212e725c705cec..cdb0ac1fa5647b134f6c3f3d9ba1a0ec87fc9a15 100644 (file)
@@ -28,7 +28,6 @@
 #include "auth/auth_sam_reply.h"
 #include "system/kerberos.h"
 #include "auth/kerberos/kerberos.h"
-#include <hdb.h>
 #include "kdc/samba_kdc.h"
 #include "kdc/pac-glue.h"
 #include "param/param.h"
index 0871404d0307ccb7341c119660da2cf10c7ca0f8..20efe003baca2b239d5a3ad18d7cdd4fa6b9b222 100755 (executable)
@@ -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',