diff options
author | Michele Campus <fci1908@gmail.com> | 2016-08-13 16:22:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-13 16:22:40 +0200 |
commit | 48341094a37f40a2cd9d67a948eef8efc5167339 (patch) | |
tree | 426c23def75e3360f10d18bd8c3485d26ec9f615 /src | |
parent | dc88cc4e64fd7458772a9c3c6fbf7fbbb3667e31 (diff) | |
parent | fb73ab95ea23db486f5f4d380af0ff68e6f01f34 (diff) |
Merge pull request #248 from theirix/build-check2
Added instructions how to run tests
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 3ba119d7d..b920d4d67 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -160,8 +160,11 @@ libndpi_la_SOURCES = ndpi_content_match.c.inc \ protocols/zeromq.c \ third_party/include/actypes.h \ third_party/include/ahocorasick.h \ + third_party/include/ndpi_patricia.h \ third_party/include/node.h \ third_party/include/sort.h \ third_party/src/ahocorasick.c \ third_party/src/node.c \ third_party/src/sort.c + +EXTRA_DIST = third_party/src/ndpi_patricia.c |