summaryrefslogtreecommitdiff
path: root/source4/lib/messaging/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-08-30 13:44:01 +0200
committerStefan Metzmacher <metze@samba.org>2010-09-03 17:00:18 +0200
commite26f0abe9183ac46fd8b749f7696f404414b780e (patch)
tree3e5a4df2e36aadd0577138ec18b822fc7bcc1a1c /source4/lib/messaging/wscript_build
parent328c7084f2356dfad5c482fac4cd783b8027ab6b (diff)
downloadsamba-e26f0abe9183ac46fd8b749f7696f404414b780e.tar.gz
samba-e26f0abe9183ac46fd8b749f7696f404414b780e.tar.bz2
samba-e26f0abe9183ac46fd8b749f7696f404414b780e.zip
s4:lib/messaging: add irpc dcerpc_binding_handle backend
metze
Diffstat (limited to 'source4/lib/messaging/wscript_build')
-rw-r--r--source4/lib/messaging/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/messaging/wscript_build b/source4/lib/messaging/wscript_build
index ae15406895..d775d6f7c6 100644
--- a/source4/lib/messaging/wscript_build
+++ b/source4/lib/messaging/wscript_build
@@ -3,7 +3,7 @@
bld.SAMBA_SUBSYSTEM('MESSAGING',
source='messaging.c',
- public_deps='LIBSAMBA-UTIL TDB_WRAP NDR_IRPC UNIX_PRIVS UTIL_TDB CLUSTER LIBNDR samba_socket'
+ public_deps='LIBSAMBA-UTIL TDB_WRAP NDR_IRPC UNIX_PRIVS UTIL_TDB CLUSTER LIBNDR samba_socket dcerpc'
)