diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-09-19 02:23:53 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-09-19 02:23:53 +0200 |
commit | fdef6f3545bd4a8e722b2ace144a2b73a782f265 (patch) | |
tree | c6673145cdc7bb6477626163192d70ab9edbb675 /src/include | |
parent | 601928cc8ee1788098ea3dcdc4180b75b380bc84 (diff) |
Fixed broken `make dist' and added CI check.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/Makefile.am | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/include/Makefile.am b/src/include/Makefile.am deleted file mode 100644 index 19d6c60cf..000000000 --- a/src/include/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ -p -plibrary_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_OpenBSD.h \ - ndpi_includes.h |