summaryrefslogtreecommitdiff
path: root/nsswitch/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-17 00:43:05 +0100
committerGünther Deschner <gd@samba.org>2011-02-17 00:52:42 +0100
commitbc83400d8102d7f01e00d71d86cd28f7dc1fbfc9 (patch)
tree9110a773250ecfd4dce0b1340274d29695baa17f /nsswitch/wscript_build
parent743b13b8e0bb1a79219d4cd89a4c3e3f75344d2c (diff)
downloadsamba-bc83400d8102d7f01e00d71d86cd28f7dc1fbfc9.tar.gz
samba-bc83400d8102d7f01e00d71d86cd28f7dc1fbfc9.tar.bz2
samba-bc83400d8102d7f01e00d71d86cd28f7dc1fbfc9.zip
nsswitch: make wb_reqtrans a common subsystem.
Guenther
Diffstat (limited to 'nsswitch/wscript_build')
-rw-r--r--nsswitch/wscript_build5
1 files changed, 5 insertions, 0 deletions
diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build
index a81b01bcbd..6087eda18e 100644
--- a/nsswitch/wscript_build
+++ b/nsswitch/wscript_build
@@ -34,3 +34,8 @@ if bld.CONFIG_SET('HAVE_KRB5_LOCATE_PLUGIN_H'):
source='winbind_krb5_locator.c',
deps='wbclient krb5',
realname='winbind_krb5_locator.so')
+
+bld.SAMBA_SUBSYSTEM('WB_REQTRANS',
+ source='wb_reqtrans.c',
+ deps='talloc tevent LIBASYNC_REQ'
+ )