From 4f352a5b6a91d8990506ac33b757fd9afcc0282d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 11 Nov 2010 14:13:01 +1100 Subject: s4-kdc: we don't need the special include handling now the special handling was to cope with the conflict with the kdc.h header Pair-Programmed-With: Andrew Bartlett --- source4/kdc/wscript_build | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source4/kdc') diff --git a/source4/kdc/wscript_build b/source4/kdc/wscript_build index 28552752de..1ead929314 100644 --- a/source4/kdc/wscript_build +++ b/source4/kdc/wscript_build @@ -5,7 +5,6 @@ bld.SAMBA_MODULE('KDC', subsystem='service', init_function='server_service_kdc_init', deps='kdc HDB_SAMBA4 WDC_SAMBA4 samba-hostconfig LIBTSOCKET LIBSAMBA_TSOCKET com_err samba_server_gensec', - local_include=False ) @@ -13,13 +12,11 @@ bld.SAMBA_SUBSYSTEM('HDB_SAMBA4', source='hdb-samba4.c', deps='ldb auth_sam auth_sam_reply credentials hdb db-glue samba-hostconfig com_err', includes='../heimdal/kdc', - local_include=False ) bld.SAMBA_SUBSYSTEM('WDC_SAMBA4', source='wdc-samba4.c', - local_include_first=False, includes='../heimdal/kdc', deps='ldb auth_sam auth_sam_reply credentials hdb PAC_GLUE samba-hostconfig com_err' ) @@ -27,7 +24,6 @@ bld.SAMBA_SUBSYSTEM('WDC_SAMBA4', bld.SAMBA_SUBSYSTEM('PAC_GLUE', source='pac-glue.c', - local_include_first=False, includes='../heimdal/kdc', deps='ldb auth_sam auth_sam_reply credentials hdb samba-hostconfig com_err' ) @@ -41,7 +37,6 @@ bld.SAMBA_LIBRARY('pac', bld.SAMBA_LIBRARY('db-glue', source='db-glue.c', - local_include=False, deps='ldb auth_sam auth_sam_reply credentials hdb samba-hostconfig com_err', private_library=True ) @@ -49,7 +44,6 @@ bld.SAMBA_LIBRARY('db-glue', bld.SAMBA_SUBSYSTEM('MIT_SAMBA', source='mit_samba.c', - local_include=False, deps='ldb auth_sam auth_sam_reply credentials hdb db-glue PAC_GLUE samba-hostconfig com_err' ) -- cgit