Minor cleanup items

This commit is contained in:
Joseph Henry
2015-10-14 19:55:21 -04:00
parent 499d1628c7
commit 3e8e025704
4 changed files with 24 additions and 185 deletions

View File

@@ -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