From bc83400d8102d7f01e00d71d86cd28f7dc1fbfc9 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 17 Feb 2011 00:43:05 +0100 Subject: nsswitch: make wb_reqtrans a common subsystem. Guenther --- nsswitch/wscript_build | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nsswitch/wscript_build') 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' + ) -- cgit