diff options
Diffstat (limited to 'perf/python')
-rw-r--r-- | perf/python/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perf/python/Makefile.am b/perf/python/Makefile.am new file mode 100644 index 0000000..cda8477 --- /dev/null +++ b/perf/python/Makefile.am @@ -0,0 +1,5 @@ +EXTRA_DIST = \ + local_lat.py \ + remote_lat.py \ + local_thr.py \ + remote_thr.py |