From 28599a9e485a36b73c935067a7a498db6fe99f6c Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Tue, 27 Jul 2021 02:56:53 +0200 Subject: Improved libm check via Autoconf. * libm will now be part of @ADDITIONAL_LIBS@ (if required) Signed-off-by: Toni Uhlig --- example/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/Makefile.in') diff --git a/example/Makefile.in b/example/Makefile.in index ec44acbe3..cef1edb63 100644 --- a/example/Makefile.in +++ b/example/Makefile.in @@ -4,7 +4,7 @@ BUILD_MINGW=@BUILD_MINGW@ SRCHOME=../src CFLAGS=-g -fPIC -DPIC -I$(SRCHOME)/include @PCAP_INC@ @CFLAGS@ LIBNDPI=$(SRCHOME)/lib/libndpi.a -LDFLAGS=$(LIBNDPI) @PCAP_LIB@ @LIBS@ @ADDITIONAL_LIBS@ -lpthread -lm @LDFLAGS@ +LDFLAGS=$(LIBNDPI) @PCAP_LIB@ @LIBS@ @ADDITIONAL_LIBS@ -lpthread @LDFLAGS@ HEADERS=intrusion_detection.h reader_util.h $(SRCHOME)/include/ndpi_api.h \ $(SRCHOME)/include/ndpi_typedefs.h $(SRCHOME)/include/ndpi_protocol_ids.h OBJS=ndpiReader.o reader_util.o intrusion_detection.o -- cgit v1.2.3