aboutsummaryrefslogtreecommitdiff
path: root/example/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'example/Makefile.in')
-rw-r--r--example/Makefile.in2
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