diff options
author | Luca Deri <deri@ntop.org> | 2016-11-27 11:52:50 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2016-11-27 11:52:50 +0100 |
commit | 035a290ab5a728b90e5f7a3ccfc2e4a71c946781 (patch) | |
tree | 969c3af057fefb90e66529ea13b7025c34142557 /example | |
parent | c041a723c15f9f0347131f5ccc2ff65e2f1c489b (diff) |
Coverage (work in progress)
Diffstat (limited to 'example')
-rw-r--r-- | example/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile.am b/example/Makefile.am index 921fa46a8..c941d6734 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@ +AM_CFLAGS = @PTHREAD_CFLAGS@ --coverage LDADD = $(top_builddir)/src/lib/libndpi.la @JSON_C_LIB@ @PTHREAD_LIBS@ @PCAP_LIB@ AM_LDFLAGS = -static @DL_LIB@ |