Add libcache to installed headers and removed relative import

This commit is contained in:
Hidde van der Heide 2017-10-19 16:10:56 +02:00
parent f7e95b4ee8
commit 2155dd9153
3 changed files with 4 additions and 3 deletions

View file

@ -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 \