blob: 6eeca93b423ea81169d2c836133d6f2f75140562 (
plain)
1
2
3
4
5
6
7
8
9
10
|
library_includedir=$(includedir)/libndpi-@VERSION@/libndpi
library_include_HEADERS = ndpi_api.h \
ndpi_define.h \
ndpi_typedefs.h \
ndpi_main.h \
ndpi_protocol_ids.h \
ndpi_protocols.h \
ndpi_win32.h \
ndpi_includes.h
|