summaryrefslogtreecommitdiff
path: root/source4/librpc/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-05-18 20:34:20 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-05-24 23:08:11 +1000
commit6c726745a4253f35a5d2e016185ba5624fd40644 (patch)
tree1ce30d95be81344c8df721687a64c9fa520d6ac8 /source4/librpc/wscript_build
parent8e1e6b0112c06b8587c0823a62d2103c047f8310 (diff)
downloadsamba-6c726745a4253f35a5d2e016185ba5624fd40644.tar.gz
samba-6c726745a4253f35a5d2e016185ba5624fd40644.tar.bz2
samba-6c726745a4253f35a5d2e016185ba5624fd40644.zip
s4:ntvfs rename notify.idl to s4_notify.idl until we can merge this IDL
This IDL is almost common, but the source3 version has a hand-marshalled server_id. The s3compat build has problems with two different idl files of the same name. Andrew Bartlett
Diffstat (limited to 'source4/librpc/wscript_build')
-rw-r--r--source4/librpc/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build
index 234fe425c9..ab80c09e66 100644
--- a/source4/librpc/wscript_build
+++ b/source4/librpc/wscript_build
@@ -288,7 +288,7 @@ bld.SAMBA_SUBSYSTEM('NDR_OPENDB',
bld.SAMBA_SUBSYSTEM('NDR_NOTIFY',
- source='gen_ndr/ndr_notify.c',
+ source='gen_ndr/ndr_s4_notify.c',
public_deps='LIBNDR'
)