From 60e3a76864424b64600595578aba69badfd34ea1 Mon Sep 17 00:00:00 2001 From: bolvan Date: Sun, 19 May 2019 16:38:45 +0300 Subject: [PATCH] tpws : makefile -lcap --- tpws/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpws/Makefile b/tpws/Makefile index d48ed0b..1c86579 100644 --- a/tpws/Makefile +++ b/tpws/Makefile @@ -1,6 +1,6 @@ CC ?= gcc CFLAGS += -s -O3 -LIBS = -lz +LIBS = -lz -lcap SRC_FILES = *.c all: tpws