summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2013-09-23 10:01:07 +0200
committerMichael Adam <obnox@samba.org>2013-09-23 20:26:23 +0200
commit54b31d1f097c3f69bbbe384e142ad030fcb863f8 (patch)
treefe196e27ed9c43b616145b21a9db7ab1d2ca09f7 /source3/wscript_build
parent8c75910447f59f3d6bb19f8812bb72cf87dad19e (diff)
downloadsamba-54b31d1f097c3f69bbbe384e142ad030fcb863f8.tar.gz
samba-54b31d1f097c3f69bbbe384e142ad030fcb863f8.tar.bz2
samba-54b31d1f097c3f69bbbe384e142ad030fcb863f8.zip
build: list sources of library nss_wins directly in dev
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build4
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index f817272a1d..8407c2a45f 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -3,8 +3,6 @@
from samba_utils import *
import samba_version, samba3
-WINBIND_WINS_NSS_SRC = '''../nsswitch/wins.c'''
-
NTLM_AUTH_SRC1 = '''utils/ntlm_auth.c utils/ntlm_auth_diagnostics.c'''
NTLM_AUTH_SRC = '''${NTLM_AUTH_SRC1}'''
@@ -79,7 +77,7 @@ bld.SAMBA3_LIBRARY('smbsharemodes',
vnum='0')
bld.SAMBA3_LIBRARY('nss_wins',
- source=WINBIND_WINS_NSS_SRC,
+ source='../nsswitch/wins.c',
deps='''param libsmb LIBTSOCKET''',
realname='libnss_wins.so.2',
soname='libnss_wins.so',