aboutsummaryrefslogtreecommitdiff
path: root/example/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'example/Makefile.in')
-rw-r--r--example/Makefile.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/example/Makefile.in b/example/Makefile.in
index a8b2b0a5b..370eb2b2f 100644
--- a/example/Makefile.in
+++ b/example/Makefile.in
@@ -83,8 +83,12 @@ clean:
/bin/rm -rf build
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)/{}'
+ cp README.DPDK '$(distdir)/'
+ find . -maxdepth 1 -type f -name '*.c' \
+ -o -name '*.h' \
+ -o -name '*.py' \
+ -o -name '*.txt' \
+ -o -name '*.csv' | xargs -I'{}' cp '{}' '$(distdir)/{}'
distclean: clean
/bin/rm -f Makefile.dpdk