1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-30 06:50:24 +03:00

s4-waf: remove NDR-SRVSVC alias.

Thanks tridge, this was driving me nuts...

Guenther
This commit is contained in:
Günther Deschner 2010-09-27 07:07:24 +02:00
parent d834671f68
commit 611c8310ab
2 changed files with 10 additions and 1 deletions

View File

@ -192,6 +192,16 @@ bld.SAMBA_SUBSYSTEM('NDR_LSA',
public_deps='LIBNDR NDR_SECURITY'
)
bld.SAMBA_SUBSYSTEM('NDR_SVCCTL',
source='../librpc/gen_ndr/ndr_svcctl.c ../librpc/ndr/ndr_svcctl.c',
public_deps='LIBNDR NDR_SECURITY'
)
bld.SAMBA_SUBSYSTEM('NDR_SRVSVC',
source='../librpc/gen_ndr/ndr_srvsvc.c',
public_deps='LIBNDR NDR_SECURITY NDR_SVCCTL'
)
bld.SAMBA_SUBSYSTEM('NDR_EVENTLOG',
source='../librpc/gen_ndr/ndr_eventlog.c',
public_deps='LIBNDR NDR_SECURITY NDR_LSA'

View File

@ -17,7 +17,6 @@ bld.SAMBA_MKVERSION('version.h')
# this sets up some aliases
bld.TARGET_ALIAS('attr', 'XATTR')
bld.TARGET_ALIAS('sasl2', 'SASL')
bld.TARGET_ALIAS('RPC_NDR_SRVSVC', 'NDR_SRVSVC')
# missing subsystems - need looking at
bld.SAMBA_SUBSYSTEM('NETAPI', '') # for external libnet