summaryrefslogtreecommitdiff
path: root/nsswitch/wscript_build
diff options
context:
space:
mode:
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'
+ )