diff options
author | Günther Deschner <gd@samba.org> | 2010-04-28 23:42:00 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-04-29 12:05:41 +0200 |
commit | f85a4ab778f693d605301b761596f43092c9d618 (patch) | |
tree | d5d04816080156ad01acc7ea66a622a93cc40e50 /source4/librpc | |
parent | 084c8065f871c1aa31f5d157f1843437db449603 (diff) | |
download | samba-f85a4ab778f693d605301b761596f43092c9d618.tar.gz samba-f85a4ab778f693d605301b761596f43092c9d618.tar.bz2 samba-f85a4ab778f693d605301b761596f43092c9d618.zip |
s4-rap: add rap print helpers.
Guenther
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/config.mk | 2 | ||||
-rw-r--r-- | source4/librpc/wscript_build | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index 78e7d18553..282053afd1 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -578,7 +578,7 @@ RPC_NDR_KEYSVC_OBJ_FILES = ../librpc/gen_ndr/ndr_keysvc_c.o [SUBSYSTEM::NDR_RAP] PUBLIC_DEPENDENCIES = LIBNDR -NDR_RAP_OBJ_FILES = ../librpc/gen_ndr/ndr_rap.o +NDR_RAP_OBJ_FILES = ../librpc/gen_ndr/ndr_rap.o ../librpc/ndr/ndr_rap.o [SUBSYSTEM::NDR_DCERPC] PUBLIC_DEPENDENCIES = LIBNDR diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index 01449bb3c7..d363b8f29b 100644 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -264,7 +264,7 @@ bld.SAMBA_SUBSYSTEM('NDR_KEYSVC', ) bld.SAMBA_SUBSYSTEM('NDR_RAP', - source='../../librpc/gen_ndr/ndr_rap.c', + source='../../librpc/gen_ndr/ndr_rap.c ../../librpc/ndr/ndr_rap.c', public_deps='LIBNDR' ) @@ -608,7 +608,6 @@ bld.SAMBA_SUBSYSTEM('NDR_DCERPC', header_path= [ ('*gen_ndr*', 'gen_ndr') ], ) - bld.SAMBA_LIBRARY('dcerpc', source='rpc/dcerpc.c rpc/dcerpc_auth.c rpc/dcerpc_schannel.c rpc/dcerpc_util.c rpc/dcerpc_smb.c rpc/dcerpc_smb2.c rpc/dcerpc_sock.c rpc/dcerpc_connect.c rpc/dcerpc_secondary.c ../../librpc/rpc/binding.c ../../librpc/rpc/dcerpc_error.c', pc_files='dcerpc.pc', |