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 = -lz
LIBS = -lz -lcap
SRC_FILES = *.c
all: tpws