mirror of
https://github.com/bol-van/zapret.git
synced 2025-05-24 22:32:58 +03:00
Revert "tpws,nfqws : remove cap library dependency"
This reverts commit 3c76e45692
.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user