summaryrefslogtreecommitdiff
path: root/netcon/make-intercept.mk
diff options
context:
space:
mode:
authorJoseph Henry <joseph.henry@zerotier.com>2015-10-14 19:55:21 -0400
committerJoseph Henry <joseph.henry@zerotier.com>2015-10-14 19:55:21 -0400
commit3e8e025704d6965cd0d67213bcca7d2ae1a70036 (patch)
tree8bd5b3992e968679d0b901f9e068ca285efd3433 /netcon/make-intercept.mk
parent499d1628c71fc776665021726a13d11b328a71e7 (diff)
downloadinfinitytier-3e8e025704d6965cd0d67213bcca7d2ae1a70036.tar.gz
infinitytier-3e8e025704d6965cd0d67213bcca7d2ae1a70036.zip
Minor cleanup items
Diffstat (limited to 'netcon/make-intercept.mk')
-rw-r--r--netcon/make-intercept.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/netcon/make-intercept.mk b/netcon/make-intercept.mk
index 77d26de7..a16ff7e7 100644
--- a/netcon/make-intercept.mk
+++ b/netcon/make-intercept.mk
@@ -27,7 +27,7 @@
SHCC=gcc
-intercept_CFLAGS = -c -fPIC -g -O2 -Wall -std=c99 -D_GNU_SOURCE -DCHECKS -DNETCON_INTERCEPT
+intercept_CFLAGS = -c -fPIC -g -O2 -Wall -std=c99 -DCHECKS -D_GNU_SOURCE -DNETCON_INTERCEPT
LIB_NAME = intercept
SHLIB_EXT=dylib
SHLIB_MAJOR = 1