s4-kdc: we don't need the special include handling now
authorAndrew Tridgell <tridge@samba.org>
Thu, 11 Nov 2010 03:13:01 +0000 (14:13 +1100)
committerAndrew Tridgell <tridge@samba.org>
Fri, 12 Nov 2010 07:18:55 +0000 (18:18 +1100)
the special handling was to cope with the conflict with the kdc.h
header

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

source4/kdc/wscript_build

index 28552752de818f4e12f81513e3d5a0d589cf1793..1ead929314b63af97a5126627ffc5bb2a29a7866 100644 (file)
@@ -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'
        )