summaryrefslogtreecommitdiffstats
path: root/lib/socket/wscript_build
diff options
context:
space:
mode:
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 00000000000..61bde129c58
--- /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
+ )