From bee44ae731b3d02b2cc996199a5077895476104a Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 23 Nov 2015 13:24:28 -0800 Subject: Merge Sendfd into Common.c --- netcon/make-intercept.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'netcon/make-intercept.mk') diff --git a/netcon/make-intercept.mk b/netcon/make-intercept.mk index 6a30a740..71d6d4dc 100644 --- a/netcon/make-intercept.mk +++ b/netcon/make-intercept.mk @@ -40,8 +40,7 @@ LIBS = -ldl -lc -lrt -lpthread lib: ${SHCC} $(intercept_CFLAGS) -I. Intercept.c -o Intercept.o - ${SHCC} $(intercept_CFLAGS) -I. Sendfd.c -o Sendfd.o - ${SHCC} $(SHLDFLAGS) Intercept.o Sendfd.o -o libzerotierintercept.so.1.0 $(LIBS) + ${SHCC} $(SHLDFLAGS) Intercept.o -o libzerotierintercept.so.1.0 $(LIBS) install: cp libzerotierintercept.so.1.0 /lib/libzerotierintercept.so.1.0 -- cgit v1.2.3