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:
parent
d834671f68
commit
611c8310ab
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user