diff options
Diffstat (limited to 'lib/nss_wrapper/wscript_build')
-rw-r--r-- | lib/nss_wrapper/wscript_build | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/nss_wrapper/wscript_build b/lib/nss_wrapper/wscript_build new file mode 100644 index 0000000000..c1e5b9c66d --- /dev/null +++ b/lib/nss_wrapper/wscript_build @@ -0,0 +1,9 @@ +# AUTOGENERATED by mktowscript.pl from ../../lib/nss_wrapper/config.mk +# Please remove this notice if hand editing + + +bld.SAMBA_SUBSYSTEM('NSS_WRAPPER', + source='nss_wrapper.c', + deps='dl' + ) + |