From f5251c064ee0d1127b59de47ae82f59bcb5483dd Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 30 Oct 2010 14:24:04 +1100 Subject: s4-ndr: make ndr-table a subsystem its already part of the ndr-samba4 library Pair-Programmed-With: Andrew Bartlett --- source4/librpc/wscript_build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source4/librpc') diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index d5ca5ca40a..6cd7858252 100755 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -123,7 +123,7 @@ bld.SAMBA_LIBRARY('dcerpc-samba4', bld.SAMBA_PIDL_TABLES('GEN_NDR_TABLES', 'gen_ndr/tables.c') -bld.SAMBA_LIBRARY('ndr-table', +bld.SAMBA_SUBSYSTEM('ndr-table', source='../../librpc/ndr/ndr_table.c gen_ndr/tables.c', public_deps='''ndr-standard NDR_AUDIOSRV NDR_DSBACKUP NDR_EFS NDR_DRSUAPI NDR_POLICYAGENT NDR_UNIXINFO NDR_SPOOLSS NDR_EPMAPPER @@ -136,7 +136,6 @@ bld.SAMBA_LIBRARY('ndr-table', NDR_FRSTRANS NDR_NFS4ACL NDR_NTP_SIGND NDR_DCOM NDR_WMI NDR_NAMED_PIPE_AUTH NDR_NTLMSSP NDR_DFSBLOBS NDR_DNSP NDR_NTPRINTING NDR_DNS''', - private_library=True, depends_on='GEN_NDR_TABLES' ) -- cgit