lib/socket move interfaces code to the top level
[kai/samba-autobuild/.git] / lib / socket / wscript_build
diff --git a/lib/socket/wscript_build b/lib/socket/wscript_build
new file mode 100644 (file)
index 0000000..61bde12
--- /dev/null
@@ -0,0 +1,7 @@
+#!/usr/bin/env python
+
+bld.SAMBA_LIBRARY('interfaces',
+    source='interfaces.c',
+    deps='samba-util',
+    private_library=True
+    )