summaryrefslogtreecommitdiffstats
path: root/lib/nss_wrapper/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-01-31 15:57:43 +0100
committerStefan Metzmacher <metze@samba.org>2014-04-17 14:56:06 +0200
commit5bb410f85312196bb24e62a6a0b8350576433dc6 (patch)
treec66efb80d8f91867f0404a96202dca89b4dacd56 /lib/nss_wrapper/wscript_build
parentb2163f23c09128ad0d2765a1a4c9a993500b588f (diff)
downloadsamba-5bb410f85312196bb24e62a6a0b8350576433dc6.tar.gz
samba-5bb410f85312196bb24e62a6a0b8350576433dc6.tar.xz
samba-5bb410f85312196bb24e62a6a0b8350576433dc6.zip
lib: Change nss_wrapper to preloadable version.
This imports nss_wrapper version 1.0.2. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib/nss_wrapper/wscript_build')
-rw-r--r--lib/nss_wrapper/wscript_build10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/nss_wrapper/wscript_build b/lib/nss_wrapper/wscript_build
deleted file mode 100644
index 5f9df3a600..0000000000
--- a/lib/nss_wrapper/wscript_build
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/env python
-
-
-bld.SAMBA_LIBRARY('nss_wrapper',
- source='nss_wrapper.c',
- deps='replace',
- private_library=True,
- enabled=bld.CONFIG_SET("NSS_WRAPPER"),
- )
-