From be81d33495f627a7994750078e692d5506618a4f Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Sun, 27 Nov 2016 12:21:02 +0100 Subject: Disabled coverage (work in progress) --- example/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/Makefile.am') diff --git a/example/Makefile.am b/example/Makefile.am index c941d6734..a6f276669 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -1,7 +1,7 @@ bin_PROGRAMS = ndpiReader AM_CPPFLAGS = -I$(top_srcdir)/src/include @PCAP_INC@ -AM_CFLAGS = @PTHREAD_CFLAGS@ --coverage +AM_CFLAGS = @PTHREAD_CFLAGS@ # --coverage LDADD = $(top_builddir)/src/lib/libndpi.la @JSON_C_LIB@ @PTHREAD_LIBS@ @PCAP_LIB@ AM_LDFLAGS = -static @DL_LIB@ -- cgit v1.2.3