summaryrefslogtreecommitdiff
path: root/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-05-02 13:02:17 +1000
committerAndrew Tridgell <tridge@samba.org>2011-05-08 12:57:04 +0200
commitf346a737855bb5018978f0fcf1dcafbf5dc7e603 (patch)
tree9e4c805a71d5d0aeec62033cd4cbedb920a3a941 /wscript_build
parent879498b3622102630a5ade8d7d5421720f6fd7c6 (diff)
downloadsamba-f346a737855bb5018978f0fcf1dcafbf5dc7e603.tar.gz
samba-f346a737855bb5018978f0fcf1dcafbf5dc7e603.tar.bz2
samba-f346a737855bb5018978f0fcf1dcafbf5dc7e603.zip
lib/socket move interfaces code to the top level
Diffstat (limited to 'wscript_build')
-rw-r--r--wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build b/wscript_build
index 74f5dc3018..5cbbc308d3 100644
--- a/wscript_build
+++ b/wscript_build
@@ -33,6 +33,7 @@ bld.SAMBA_MKVERSION('version.h')
# bld.ENABLE_MAGIC_ORDERING()
bld.RECURSE('lib/replace')
+bld.RECURSE('lib/socket')
bld.RECURSE('lib/talloc')
bld.RECURSE('lib/tdb')
bld.RECURSE('lib/tevent')