summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-06-13 19:21:17 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-06-13 19:26:48 +0200
commitc3550c9c28d11442b17f53dc6be0489aee9827dd (patch)
tree8de383db726b02e79331778d26f9214a650368da /source4/librpc
parentf52a0d31f08aff9eb8e8890730ec76dfdee7016a (diff)
downloadsamba-c3550c9c28d11442b17f53dc6be0489aee9827dd.tar.gz
samba-c3550c9c28d11442b17f53dc6be0489aee9827dd.tar.bz2
samba-c3550c9c28d11442b17f53dc6be0489aee9827dd.zip
librpc: Fix netlogon.h file to install - not the torture one but the one
generated by pidl.
Diffstat (limited to 'source4/librpc')
-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 5e5c5f5b04..fb235c7fd7 100644
--- a/source4/librpc/wscript_build
+++ b/source4/librpc/wscript_build
@@ -342,7 +342,7 @@ bld.SAMBA_LIBRARY('NDR_STANDARD',
pc_files='../../librpc/ndr_standard.pc',
deps='NDR_SECURITY',
public_deps='LIBNDR',
- public_headers='../../librpc/gen_ndr/samr.h ../../librpc/gen_ndr/ndr_samr.h ../rpc_server/lsa/lsa.h ../torture/rpc/netlogon.h ../../librpc/gen_ndr/atsvc.h ../../librpc/gen_ndr/ndr_atsvc.h ../../librpc/gen_ndr/ndr_svcctl.h ../../librpc/gen_ndr/svcctl.h',
+ public_headers='../../librpc/gen_ndr/samr.h ../../librpc/gen_ndr/ndr_samr.h ../rpc_server/lsa/lsa.h ../../librpc/gen_ndr/netlogon.h ../../librpc/gen_ndr/atsvc.h ../../librpc/gen_ndr/ndr_atsvc.h ../../librpc/gen_ndr/ndr_svcctl.h ../../librpc/gen_ndr/svcctl.h',
header_path='gen_ndr'
)