aboutsummaryrefslogtreecommitdiff
path: root/example/Makefile.am
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2016-11-27 12:21:02 +0100
committerLuca Deri <deri@ntop.org>2016-11-27 12:21:02 +0100
commitbe81d33495f627a7994750078e692d5506618a4f (patch)
tree11e830c4c3ab8c3450a33117cedc0975b5362943 /example/Makefile.am
parent035a290ab5a728b90e5f7a3ccfc2e4a71c946781 (diff)
Disabled coverage (work in progress)
Diffstat (limited to 'example/Makefile.am')
-rw-r--r--example/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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@