From aa5e08eb83fd7b130a98850e103654d8c0b2f96f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 27 Mar 2010 13:56:05 +1100 Subject: s4-waf: install the rest of the headers --- source4/rpc_server/wscript_build | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'source4/rpc_server') diff --git a/source4/rpc_server/wscript_build b/source4/rpc_server/wscript_build index 6a871ab903..841554abfc 100644 --- a/source4/rpc_server/wscript_build +++ b/source4/rpc_server/wscript_build @@ -1,11 +1,8 @@ -# AUTOGENERATED by mktowscript.pl from ../../source4/rpc_server/config.mk -# Please remove this notice if hand editing - - bld.SAMBA_SUBSYSTEM('DCERPC_COMMON', source='common/server_info.c common/share_info.c common/forward.c', autoproto='common/proto.h', public_headers='common/common.h', + header_path='dcerpc_server', deps='ldb' ) -- cgit