diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-11-11 14:13:01 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-11-12 18:18:55 +1100 |
commit | 4f352a5b6a91d8990506ac33b757fd9afcc0282d (patch) | |
tree | 7cb5e809bdefae60ea251529cb0a2b43529e49c0 /source4/kdc/wscript_build | |
parent | e26609b667094dde09dbe3fcabdc2d26ded7f37c (diff) | |
download | samba-4f352a5b6a91d8990506ac33b757fd9afcc0282d.tar.gz samba-4f352a5b6a91d8990506ac33b757fd9afcc0282d.tar.bz2 samba-4f352a5b6a91d8990506ac33b757fd9afcc0282d.zip |
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 <abartlet@samba.org>
Diffstat (limited to 'source4/kdc/wscript_build')
-rw-r--r-- | source4/kdc/wscript_build | 6 |
1 files changed, 0 insertions, 6 deletions
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' ) |