aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorSimone Mainardi <mainardi@ntop.org>2017-10-23 15:20:13 +0200
committerSimone Mainardi <mainardi@ntop.org>2017-10-23 15:20:30 +0200
commit4f72b954da705f8d54a9dd61eae46b2b36b24dc0 (patch)
tree8c9dad90336c388a13425a9cbf201dd8188c5aa4 /example
parent5dbe705dd3acf115f3cadcc9379e4de6fbbd2c95 (diff)
Undoes 2155dd9 that breaks ntopng Travis
Diffstat (limited to 'example')
-rw-r--r--example/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile.am b/example/Makefile.am
index 6cc6a14ce..7fc29402a 100644
--- a/example/Makefile.am
+++ b/example/Makefile.am
@@ -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