diff options
author | Simo Sorce <idra@samba.org> | 2011-03-16 15:32:53 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2011-03-16 23:45:20 +0100 |
commit | 2a608ba856a4f28c13f295ac554e46168f3f045c (patch) | |
tree | 8567665771f290291b8f0d4ff8286b7b8a3b8f88 /source4/rpc_server/wscript_build | |
parent | ab37eae79c564ee903ca85c2d997093e17b1de98 (diff) | |
download | samba-2a608ba856a4f28c13f295ac554e46168f3f045c.tar.gz samba-2a608ba856a4f28c13f295ac554e46168f3f045c.tar.bz2 samba-2a608ba856a4f28c13f295ac554e46168f3f045c.zip |
dcerpc: we do not need these as public headers
latest openchange doesn't need these headers either
fix _PRINTF_ATTRIBUTE in tdr.h, as it was failing to work after removing
proto.h due to side effects. PRINTF_ATTRIBUTE is ok and is define in talloc.h
which is included by tdr.h
Autobuild-User: Simo Sorce <idra@samba.org>
Autobuild-Date: Wed Mar 16 23:45:20 CET 2011 on sn-devel-104
Diffstat (limited to 'source4/rpc_server/wscript_build')
-rwxr-xr-x[-rw-r--r--] | source4/rpc_server/wscript_build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/rpc_server/wscript_build b/source4/rpc_server/wscript_build index a1d1fc56a6..f1d3c0db90 100644..100755 --- a/source4/rpc_server/wscript_build +++ b/source4/rpc_server/wscript_build @@ -9,8 +9,6 @@ bld.SAMBA_SUBSYSTEM('DCERPC_SHARE', bld.SAMBA_SUBSYSTEM('DCERPC_COMMON', source='common/forward.c common/reply.c dcesrv_auth.c', autoproto='common/proto.h', - public_headers='common/common.h common/proto.h', - header_path='dcerpc_server', deps='ldb DCERPC_SHARE samba_server_gensec' ) |