Revert "tpws,nfqws : remove cap library dependency"

This reverts commit 3c76e45692.
This commit is contained in:
bol-van
2020-01-20 15:10:49 +03:00
parent 81a6ece230
commit eb6f962ba3
15 changed files with 155 additions and 169 deletions

View File

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