Adding client-side helper for big sockets.
[vsys-wrappers.git] / bmsocket / Makefile
diff --git a/bmsocket/Makefile b/bmsocket/Makefile
new file mode 100644 (file)
index 0000000..d8eae03
--- /dev/null
@@ -0,0 +1,6 @@
+all: bmsocket.so
+
+LIBDIR=../lib/
+
+bmsocket.so: bmsocket.c $(LIBDIR)/fdpass.c
+       gcc -shared -c bmsocket.c $(LIBDIR)/fdpass.c -o bmsocket.so