diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-26 17:17:21 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:08 +1000 |
commit | 03bf6c9d3b9e7ba5a26c307aae10f48a5c2d8865 (patch) | |
tree | 0c7594a598b97f5ec132fe6072a2c0cbd2672eef /source4 | |
parent | cb9dbc055fb2ea44e0af2efc7e2be6962b0ba449 (diff) | |
download | samba-03bf6c9d3b9e7ba5a26c307aae10f48a5c2d8865.tar.gz samba-03bf6c9d3b9e7ba5a26c307aae10f48a5c2d8865.tar.bz2 samba-03bf6c9d3b9e7ba5a26c307aae10f48a5c2d8865.zip |
s4-waf: added rap/rpc.c
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/wscript_build b/source4/torture/wscript_build index 101612b241..f4822a170c 100644 --- a/source4/torture/wscript_build +++ b/source4/torture/wscript_build @@ -52,7 +52,7 @@ bld.SAMBA_MODULE('torture_rpc', bld.BUILD_SUBDIR('drs') bld.SAMBA_MODULE('TORTURE_RAP', - source='rap/rap.c', + source='rap/rap.c rap/rpc.c', autoproto='rap/proto.h', subsystem='smbtorture', init_function='torture_rap_init', |