diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-23 13:24:28 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-23 13:24:28 -0800 |
commit | bee44ae731b3d02b2cc996199a5077895476104a (patch) | |
tree | e66b57e20b2acddcb44163d9720d8f52783885e0 /netcon/make-intercept.mk | |
parent | 95106e2e301c2a63bb3ec9a12f48fb0158c35a88 (diff) | |
download | infinitytier-bee44ae731b3d02b2cc996199a5077895476104a.tar.gz infinitytier-bee44ae731b3d02b2cc996199a5077895476104a.zip |
Merge Sendfd into Common.c
Diffstat (limited to 'netcon/make-intercept.mk')
-rw-r--r-- | netcon/make-intercept.mk | 3 |
1 files changed, 1 insertions, 2 deletions
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 |