diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-02-24 11:55:45 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-02-24 02:42:37 +0100 |
commit | 5ec284d15289c5716114bff99a19890abbd45fb3 (patch) | |
tree | ac6df871aae3cda79b5f979817f985944667edbb /librpc/wscript_build | |
parent | 52fe20c3103bbdec72f95344f07dd98b0fa915ce (diff) | |
download | samba-5ec284d15289c5716114bff99a19890abbd45fb3.tar.gz samba-5ec284d15289c5716114bff99a19890abbd45fb3.tar.bz2 samba-5ec284d15289c5716114bff99a19890abbd45fb3.zip |
build: moved librpc/rpc/*.c into a rpccommon library
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Thu Feb 24 02:42:37 CET 2011 on sn-devel-104
Diffstat (limited to 'librpc/wscript_build')
-rw-r--r-- | librpc/wscript_build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build index 1c41af377f..354dec14b7 100644 --- a/librpc/wscript_build +++ b/librpc/wscript_build @@ -565,3 +565,8 @@ bld.SAMBA_LIBRARY('ndr', depends_on='PIDL_MISC', vnum='0.0.1' ) + +bld.SAMBA_LIBRARY('rpccommon', + source='rpc/dcerpc_error.c rpc/binding.c rpc/dcerpc_util.c rpc/binding_handle.c', + deps='ndr tevent NDR_DCERPC LIBTSOCKET', + private_library=True) |