Undoes 2155dd9 that breaks ntopng Travis

This commit is contained in:
Simone Mainardi 2017-10-23 15:20:13 +02:00
parent 5dbe705dd3
commit 4f72b954da
3 changed files with 3 additions and 4 deletions

View file

@ -1,6 +1,6 @@
bin_PROGRAMS = ndpiReader
AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/lib/third_party/include @PCAP_INC@
AM_CPPFLAGS = -I$(top_srcdir)/src/include @PCAP_INC@
AM_CFLAGS = @PTHREAD_CFLAGS@ # --coverage
LDADD = $(top_builddir)/src/lib/libndpi.la @JSON_C_LIB@ @PTHREAD_LIBS@ @PCAP_LIB@ @DL_LIB@ -lm