aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca <deri@ntop.org>2018-08-30 11:26:49 +0200
committerLuca <deri@ntop.org>2018-08-30 11:26:49 +0200
commited5b04791ef1e8910fcdae7c6787510ad1cd287c (patch)
tree6ae8698d490c251f8d5c2ad7f561565580bab70f
parent71b28e0774f65b5c11fd7121d1a20a4cc38d89ca (diff)
Added missing -lpthread
-rw-r--r--example/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile.in b/example/Makefile.in
index 5aa175309..b515fa42a 100644
--- a/example/Makefile.in
+++ b/example/Makefile.in
@@ -1,7 +1,7 @@
CC=@CC@
CFLAGS=-g -I../src/include @CFLAGS@
LIBNDPI=../src/lib/libndpi.a
-LDFLAGS=$(LIBNDPI) -lpcap @LDFLAGS@
+LDFLAGS=$(LIBNDPI) -lpcap -lpthread @LDFLAGS@
OBJS=ndpiReader.o ndpi_util.o
all: ndpiReader