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 /example/Makefile.in | |
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 'example/Makefile.in')
-rw-r--r-- | example/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile.in b/example/Makefile.in index 76848d4c1..5a9836a83 100644 --- a/example/Makefile.in +++ b/example/Makefile.in @@ -55,7 +55,7 @@ clean: /bin/rm -rf build distdir: - cp categories.txt mining_hosts.txt README.DPDK '$(distdir)/' + cp categories.txt mining_hosts.txt protos.txt README.DPDK '$(distdir)/' find . -maxdepth 1 -type f -name '*.c' -o -name '*.h' -o -name '*.py' | xargs -I'{}' cp '{}' '$(distdir)/{}' distclean: clean |