repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s3-rpc_server: Don't register the same rpc commands twice.
[Samba.git]
/
lib
/
tdr
/
wscript_build
blob
a28c601ab13c7c41b8dcebbe2853399474b5bd41
1
#!/usr/bin/env python
2
3
4
bld
.
SAMBA_SUBSYSTEM
(
'TDR'
,
5
source
=
'tdr.c'
,
6
autoproto
=
'tdr_proto.h'
,
7
public_deps
=
'talloc LIBSAMBA-UTIL'
,
8
public_headers
=
'tdr.h'
9
)
10