summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-02-22 09:37:07 +0100
committerStefan Metzmacher <metze@samba.org>2011-02-22 21:04:23 +0100
commita308cdc371c13e2d340bd26eecd56084632e4ead (patch)
tree2b924e99cf1c043aaf30eedc599b0e6192bca4d2 /source4
parentac4497edae2800c3fc7c40f0e538b936f1965a75 (diff)
downloadsamba-a308cdc371c13e2d340bd26eecd56084632e4ead.tar.gz
samba-a308cdc371c13e2d340bd26eecd56084632e4ead.tar.bz2
samba-a308cdc371c13e2d340bd26eecd56084632e4ead.zip
s4:build: add RPC_NDR_ATSVC subsystem
metze
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/librpc/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build
index 4e7543477a..0a6aab653d 100755
--- a/source4/librpc/wscript_build
+++ b/source4/librpc/wscript_build
@@ -136,10 +136,10 @@ bld.SAMBA_LIBRARY('dcerpc-samr',
bld.SAMBA_LIBRARY('dcerpc-atsvc',
- source='../../librpc/gen_ndr/ndr_atsvc_c.c',
+ source='',
pc_files='dcerpc_atsvc.pc',
vnum='0.0.1',
- public_deps='dcerpc ndr-standard',
+ public_deps='dcerpc ndr-standard RPC_NDR_ATSVC',
public_headers='../../librpc/gen_ndr/ndr_atsvc_c.h',
header_path='gen_ndr'
)