diff options
author | Simone Mainardi <mainardi@ntop.org> | 2017-10-23 15:20:13 +0200 |
---|---|---|
committer | Simone Mainardi <mainardi@ntop.org> | 2017-10-23 15:20:30 +0200 |
commit | 4f72b954da705f8d54a9dd61eae46b2b36b24dc0 (patch) | |
tree | 8c9dad90336c388a13425a9cbf201dd8188c5aa4 /example | |
parent | 5dbe705dd3acf115f3cadcc9379e4de6fbbd2c95 (diff) |
Undoes 2155dd9 that breaks ntopng Travis
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 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 |