summaryrefslogtreecommitdiff
path: root/source4/web_server/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-04-28 14:52:40 +0200
committerStefan Metzmacher <metze@samba.org>2010-04-28 15:45:02 +0200
commit6129aa0cf5567c793ed65d1402a7e7fd7e5f6a92 (patch)
treeff45e892b30650d4c091c7519f4d6eea19c9031a /source4/web_server/wscript_build
parenta53b09141cd57d7dc94bd0d0e05d7d25ee110857 (diff)
downloadsamba-6129aa0cf5567c793ed65d1402a7e7fd7e5f6a92.tar.gz
samba-6129aa0cf5567c793ed65d1402a7e7fd7e5f6a92.tar.bz2
samba-6129aa0cf5567c793ed65d1402a7e7fd7e5f6a92.zip
s4:web_server: use tsocket_address functions to get the local ip and port
metze (cherry picked from commit 9a1a00199c2603376eacfdba7e7d0d55bc64f405)
Diffstat (limited to 'source4/web_server/wscript_build')
-rw-r--r--source4/web_server/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/web_server/wscript_build b/source4/web_server/wscript_build
index 5343c2f508..b7ff4413fb 100644
--- a/source4/web_server/wscript_build
+++ b/source4/web_server/wscript_build
@@ -3,7 +3,7 @@
bld.SAMBA_PYTHON('WEB_WSGI',
source='wsgi.c',
- deps='talloc'
+ deps='talloc LIBTSOCKET'
)