mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-02 00:40:17 +00:00
Added missing -lpthread
This commit is contained in:
parent
71b28e0774
commit
ed5b04791e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue