summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-09-06 15:21:12 +0200
committerStefan Metzmacher <metze@samba.org>2011-09-06 15:22:19 +0200
commitb9cc4dd0885e5f4c8cf1b9c05e82a65345380987 (patch)
tree143d5f0a48fd030d6367730efd7c1e4956a3df6a /source4/librpc
parent9d5711e3dec33e41451d606d610f987d6589c967 (diff)
downloadsamba-b9cc4dd0885e5f4c8cf1b9c05e82a65345380987.tar.gz
samba-b9cc4dd0885e5f4c8cf1b9c05e82a65345380987.tar.bz2
samba-b9cc4dd0885e5f4c8cf1b9c05e82a65345380987.zip
s4:librpc: rpc_common.h was move to dcerpc-binding
metze
Diffstat (limited to 'source4/librpc')
-rwxr-xr-xsource4/librpc/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build
index 677dd30af7..5a76133f1a 100755
--- a/source4/librpc/wscript_build
+++ b/source4/librpc/wscript_build
@@ -144,7 +144,7 @@ bld.SAMBA_LIBRARY('dcerpc',
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 ../../librpc/rpc/rpc_common.h''',
+ ../../librpc/gen_ndr/ndr_epmapper_c.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).