tpws,nfqws : remove cap library dependency

This commit is contained in:
bol-van
2020-01-20 14:46:51 +03:00
parent 0d8ffde17a
commit 3c76e45692
15 changed files with 169 additions and 155 deletions

View File

@@ -1,6 +1,6 @@
CC ?= gcc
CFLAGS += -std=c99 -s -O3
LIBS = -lnetfilter_queue -lnfnetlink -lcap -lz
LIBS = -lnetfilter_queue -lnfnetlink -lz
SRC_FILES = *.c
all: nfqws
@@ -10,3 +10,4 @@ nfqws: $(SRC_FILES)
clean:
rm -f nfqws *.o