summaryrefslogtreecommitdiff
path: root/source4/kdc/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2014-05-08 17:09:08 +0200
committerAndreas Schneider <asn@cryptomilk.org>2015-07-30 10:24:26 +0200
commit99d3719e7d3073989442cffe635c3ac7a0bc200c (patch)
tree76e6b8265b0c28d23798b75bc56d8660bf72f3b4 /source4/kdc/wscript_build
parent85a041bab594d7b4e88995c9a7c6f509d8cc19f3 (diff)
downloadsamba-99d3719e7d3073989442cffe635c3ac7a0bc200c.tar.gz
s4-kdc: Introduce a simple sdb_hdb shim layer
Guenther Pair-Programmed-With: Andreas Schneider <asn@samba.org> Signed-off-by: Guenther Deschner <gd@samba.org> Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
Diffstat (limited to 'source4/kdc/wscript_build')
-rwxr-xr-xsource4/kdc/wscript_build7
1 files changed, 7 insertions, 0 deletions
diff --git a/source4/kdc/wscript_build b/source4/kdc/wscript_build
index b7006750f71..d29ff771341 100755
--- a/source4/kdc/wscript_build
+++ b/source4/kdc/wscript_build
@@ -64,6 +64,13 @@ bld.SAMBA_SUBSYSTEM('sdb',
deps='krb5',
)
+bld.SAMBA_SUBSYSTEM('sdb_hdb',
+ source='sdb_to_hdb.c',
+ includes=kdc_include,
+ deps='sdb hdb',
+ autoproto='sdb_hdb.h',
+ enabled=bld.CONFIG_SET('SAMBA4_USES_HEIMDAL')
+ )
bld.SAMBA_SUBSYSTEM('PAC_GLUE',
source='pac-glue.c',