aboutsummaryrefslogtreecommitdiff
path: root/rrdtool
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2022-09-21 08:24:37 +0200
committerLuca Deri <deri@ntop.org>2022-09-21 08:24:37 +0200
commitaef8e53b7d2a22418149cb719fe940b3cdbc0694 (patch)
tree947d80f9686263003bc9985ac9686a0654b6573c /rrdtool
parent1d0bc7c3506ea08fd84bb0781098193924ad1308 (diff)
Added missing library
Diffstat (limited to 'rrdtool')
-rw-r--r--rrdtool/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rrdtool/Makefile.in b/rrdtool/Makefile.in
index f1768b788..f82da441a 100644
--- a/rrdtool/Makefile.in
+++ b/rrdtool/Makefile.in
@@ -3,7 +3,7 @@ INC=-I ../src/include -I/usr/local/include
LIBDPI=../src/lib/libndpi.a
CFLAGS+=@NDPI_CFLAGS@
LDFLAGS+=@NDPI_LDFLAGS@
-LIB=$(LIBDPI) -lm @ADDITIONAL_LIBS@ @LIBRRD@ @LIBS@
+LIB=$(LIBDPI) -lm @ADDITIONAL_LIBS@ @LIBRRD@ @LIBS@ -lpthread
TOOLS=rrd_anomaly rrd_similarity