From ba6ad614e38246deba7c041b137a43150bd878c1 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Mon, 30 Mar 2009 14:55:57 +0000 Subject: [PATCH] Adding client-side helper for big sockets. --- bmsocket/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bmsocket/Makefile diff --git a/bmsocket/Makefile b/bmsocket/Makefile new file mode 100644 index 0000000..d8eae03 --- /dev/null +++ b/bmsocket/Makefile @@ -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 -- 2.43.0