summaryrefslogtreecommitdiff
path: root/lib/socket/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 /lib/socket/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 'lib/socket/wscript_build')
-rw-r--r--lib/socket/wscript_build7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/socket/wscript_build b/lib/socket/wscript_build
new file mode 100644
index 0000000000..61bde129c5
--- /dev/null
+++ b/lib/socket/wscript_build
@@ -0,0 +1,7 @@
+#!/usr/bin/env python
+
+bld.SAMBA_LIBRARY('interfaces',
+ source='interfaces.c',
+ deps='samba-util',
+ private_library=True
+ )