Skip to content

Commit

Permalink
Remove public library dcerpc-atsvc.
Browse files Browse the repository at this point in the history
Signed-Off-By: Jelmer Vernooij <[email protected]>
Reviewed-By: Andrew Bartlett <[email protected]>
Reviewed-By: Stefan Metzmacher <[email protected]>
  • Loading branch information
jelmer committed Jan 13, 2016
1 parent 232726a commit 620d5cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 29 deletions.
11 changes: 0 additions & 11 deletions source4/librpc/dcerpc_atsvc.pc.in

This file was deleted.

18 changes: 2 additions & 16 deletions source4/librpc/wscript_build
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,6 @@ bld.SAMBA_LIBRARY('dcerpc-samr',
header_path='gen_ndr'
)


bld.SAMBA_LIBRARY('dcerpc-atsvc',
source='',
pc_files='dcerpc_atsvc.pc',
vnum='0.0.1',
public_deps='dcerpc ndr-standard RPC_NDR_ATSVC',
public_headers='../../librpc/gen_ndr/ndr_atsvc_c.h',
header_path='gen_ndr'
)


bld.SAMBA_SUBSYSTEM('RPC_NDR_WINSIF',
source='gen_ndr/ndr_winsif_c.c',
public_deps='dcerpc NDR_WINSIF'
Expand All @@ -125,10 +114,7 @@ bld.SAMBA_LIBRARY('dcerpc',
deps='samba_socket LIBCLI_RESOLVE LIBCLI_SMB LIBCLI_SMB2 ndr NDR_DCERPC RPC_NDR_EPMAPPER NDR_SCHANNEL RPC_NDR_NETLOGON RPC_NDR_MGMT gensec LIBCLI_AUTH smbclient-raw LP_RESOLVE tevent-util dcerpc-binding param_options http',
autoproto='rpc/dcerpc_proto.h',
public_deps='samba-credentials tevent talloc',
public_headers='''rpc/dcerpc.h ../../librpc/gen_ndr/mgmt.h
../../librpc/gen_ndr/ndr_mgmt.h ../../librpc/gen_ndr/ndr_mgmt_c.h
../../librpc/gen_ndr/epmapper.h ../../librpc/gen_ndr/ndr_epmapper.h
../../librpc/gen_ndr/ndr_epmapper_c.h''',
public_headers='''rpc/dcerpc.h''',
# It's very important to keep this form of construction
# it force the sambawaf extension to put everything that match the first element
# (*gen_ndr*) into the dir named by the second element (gen_ndr).
Expand Down Expand Up @@ -220,7 +206,7 @@ bld.SAMBA_PYTHON('python_mgmt',

bld.SAMBA_PYTHON('python_atsvc',
source='../../librpc/gen_ndr/py_atsvc.c',
deps='dcerpc-atsvc pytalloc-util pyrpc_util',
deps='RPC_NDR_ATSVC pytalloc-util pyrpc_util',
realname='samba/dcerpc/atsvc.so'
)

Expand Down
4 changes: 2 additions & 2 deletions source4/torture/wscript_build
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ bld.SAMBA_MODULE('torture_rpc',
RPC_NDR_ECHO
RPC_NDR_SVCCTL
RPC_NDR_NETLOGON
dcerpc-atsvc
RPC_NDR_ATSVC
RPC_NDR_DRSUAPI
RPC_NDR_LSA
RPC_NDR_EPMAPPER
Expand Down Expand Up @@ -286,7 +286,7 @@ bld.SAMBA_SUBSYSTEM('torturemain',
bld.SAMBA_BINARY('smbtorture',
source=[],
manpages='man/smbtorture.1',
public_headers='smbtorture.h',
private_headers='smbtorture.h',
deps='torturemain torture popt POPT_SAMBA POPT_CREDENTIALS dcerpc LIBCLI_SMB SMBREADLINE ' + TORTURE_MODULES,
pyembed=True
)
Expand Down

0 comments on commit 620d5cb

Please sign in to comment.