Adding client-side helper for big sockets.
authorSapan Bhatia <sapanb@cs.princeton.edu>
Mon, 30 Mar 2009 14:55:57 +0000 (14:55 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Mon, 30 Mar 2009 14:55:57 +0000 (14:55 +0000)
bmsocket/Makefile [new file with mode: 0644]

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