aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorHidde van der Heide <hvanderheide@nexuz.net>2017-10-24 17:05:48 +0200
committerHidde van der Heide <hvanderheide@nexuz.net>2017-10-24 17:05:48 +0200
commit441e43c167a88021854b56852e38a2317c2ac5bf (patch)
tree386e0ddf52939275d74c8558ec50c0f09d3a28fb /example
parent4f72b954da705f8d54a9dd61eae46b2b36b24dc0 (diff)
Revert the revert of 2155dd9 after fixing ntopng Travis
This reverts commit 4f72b954da705f8d54a9dd61eae46b2b36b24dc0.
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 7fc29402a..6cc6a14ce 100644
--- a/example/Makefile.am
+++ b/example/Makefile.am
@@ -1,6 +1,6 @@
bin_PROGRAMS = ndpiReader
-AM_CPPFLAGS = -I$(top_srcdir)/src/include @PCAP_INC@
+AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/lib/third_party/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