diff options
author | Toni <matzeton@googlemail.com> | 2020-09-29 17:58:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-29 17:58:33 +0200 |
commit | 656323c33450db868cda7b3e2cc75d0e417d8d6e (patch) | |
tree | 196cc9a5950e8ff822c2ac59b71afcb23b32a821 /tests/Makefile.am | |
parent | 8e1a3f5cdcdb7b18494662f8c11e78a2ee2417ed (diff) |
Added missing files to `make dist' target which are not required to build nDPI but still somehow essential. (#1024)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 6671ecb3a..75fc7e030 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ TESTS = do.sh -EXTRA_DIST = do.sh pcap result +EXTRA_DIST = do.sh vagrind_test.sh ossfuzz.sh pcap result all: @echo "" |