summaryrefslogtreecommitdiff
path: root/lib/nss_wrapper/wscript_build
diff options
context:
space:
mode:
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 5f9df3a600c..00000000000
--- 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"),
- )
-