diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-02-22 09:37:28 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-02-22 21:51:43 +0100 |
commit | 67004581e6e19383e5b5961021ee4c047ca1609c (patch) | |
tree | 259bbb2de0303ca2eb55e19719ebb7926d63e6af /source4/librpc | |
parent | a308cdc371c13e2d340bd26eecd56084632e4ead (diff) | |
download | samba-67004581e6e19383e5b5961021ee4c047ca1609c.tar.gz samba-67004581e6e19383e5b5961021ee4c047ca1609c.tar.xz samba-67004581e6e19383e5b5961021ee4c047ca1609c.zip |
s4:librpc: let dcerpc-samr library use RPC_NDR_SAMR subsystem
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Tue Feb 22 21:51:43 CET 2011 on sn-devel-104
Diffstat (limited to 'source4/librpc')
-rwxr-xr-x | source4/librpc/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index 0a6aab653d..c9c4a22508 100755 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -126,10 +126,10 @@ bld.SAMBA_SUBSYSTEM('RPC_NDR_WINBIND', bld.SAMBA_LIBRARY('dcerpc-samr', - source='../../librpc/gen_ndr/ndr_samr_c.c', + source='', pc_files='dcerpc_samr.pc', vnum='0.0.1', - public_deps='dcerpc ndr-standard', + public_deps='dcerpc ndr-standard RPC_NDR_SAMR', public_headers='../../librpc/gen_ndr/ndr_samr_c.h', header_path='gen_ndr' ) |