diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-27 13:56:05 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:09 +1000 |
commit | aa5e08eb83fd7b130a98850e103654d8c0b2f96f (patch) | |
tree | 9715b7f853ca0954dba51bcd46b75c31d9cdf3ff /source4/rpc_server | |
parent | 97ce609393ff72c4477ed3ae199cf87c04791634 (diff) | |
download | samba-aa5e08eb83fd7b130a98850e103654d8c0b2f96f.tar.gz |
s4-waf: install the rest of the headers
Diffstat (limited to 'source4/rpc_server')
-rw-r--r-- | source4/rpc_server/wscript_build | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source4/rpc_server/wscript_build b/source4/rpc_server/wscript_build index 6a871ab9039..841554abfcb 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' ) |