summaryrefslogtreecommitdiff
path: root/source4/rpc_server/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-27 13:56:05 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:09 +1000
commitaa5e08eb83fd7b130a98850e103654d8c0b2f96f (patch)
tree9715b7f853ca0954dba51bcd46b75c31d9cdf3ff /source4/rpc_server/wscript_build
parent97ce609393ff72c4477ed3ae199cf87c04791634 (diff)
downloadsamba-aa5e08eb83fd7b130a98850e103654d8c0b2f96f.tar.gz
samba-aa5e08eb83fd7b130a98850e103654d8c0b2f96f.tar.bz2
samba-aa5e08eb83fd7b130a98850e103654d8c0b2f96f.zip
s4-waf: install the rest of the headers
Diffstat (limited to 'source4/rpc_server/wscript_build')
-rw-r--r--source4/rpc_server/wscript_build5
1 files changed, 1 insertions, 4 deletions
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'
)