aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorLuca Deri <lucaderi@users.noreply.github.com>2018-01-24 18:08:44 +0100
committerGitHub <noreply@github.com>2018-01-24 18:08:44 +0100
commitf2280c90a44bcb44a07b6b6dff8e21e6eab3adfe (patch)
tree699d281dba7ac188374ecf6ac3c21b863743596d /src/lib
parentd18824a73fa7f05122bc35000a8a1b538c62fc58 (diff)
parentd896ce7469f5cebf08086c6ff2219c9909b02195 (diff)
Merge pull request #482 from hvanderheide/dev
Revert the revert of 2155dd9 after fixing ntopng Travis
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 2d587496b..4b25e0162 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -12,7 +12,8 @@ libndpi_la_include_HEADERS = ../include/ndpi_api.h \
../include/ndpi_includes.h \
../include/ndpi_protocol_ids.h \
../include/ndpi_protocols.h \
- ../include/ndpi_typedefs.h
+ ../include/ndpi_typedefs.h \
+ third_party/include/libcache.h
libndpi_la_SOURCES = ndpi_content_match.c.inc \
ndpi_main.c \