diff options
author | Campus <campus@ntop.org> | 2017-10-23 11:05:18 +0200 |
---|---|---|
committer | Campus <campus@ntop.org> | 2017-10-23 11:05:18 +0200 |
commit | 5dbe705dd3acf115f3cadcc9379e4de6fbbd2c95 (patch) | |
tree | 386e0ddf52939275d74c8558ec50c0f09d3a28fb /example | |
parent | f7e95b4ee82f04704f923fd4f6608423291761d9 (diff) | |
parent | 2155dd9153457886c4f5dac58dcf269eeb2a8122 (diff) |
Merge branch 'hvanderheide-dev' into dev
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 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 |