diff options
author | emanuele-f <black.silver@hotmail.it> | 2019-08-29 17:55:51 +0200 |
---|---|---|
committer | emanuele-f <black.silver@hotmail.it> | 2019-08-29 17:55:51 +0200 |
commit | 2c4495e483321b0ea7f8812ccf50c2e29ea0e796 (patch) | |
tree | f9528e32ef38cfaba4d11cc482bc12d35956daf7 /example/Makefile.in | |
parent | 6781485c423e6caf6e98a3435833b27a588188de (diff) |
Add missing lib
Diffstat (limited to 'example/Makefile.in')
-rw-r--r-- | example/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile.in b/example/Makefile.in index 84abab219..8d1bcd36a 100644 --- a/example/Makefile.in +++ b/example/Makefile.in @@ -2,7 +2,7 @@ CC=@CC@ CXX=@CXX@ CFLAGS=-g -I../src/include @CFLAGS@ LIBNDPI=../src/lib/libndpi.a -LDFLAGS=$(LIBNDPI) @PCAP_LIB@ -lpthread @LDFLAGS@ +LDFLAGS=$(LIBNDPI) @PCAP_LIB@ -lpthread -lm @LDFLAGS@ OBJS=ndpiReader.o reader_util.o PREFIX?=@prefix@ |