summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2024-01-06 00:49:57 -0500
committerHubert Figuière <hub@figuiere.net>2024-01-06 00:49:57 -0500
commit42fe42908a5cc8181aaa945f5e1d8bbd17c0c26f (patch)
tree94ce865a3330a44d7ea8a9cc4e00c9c799ee53d2
parentcceb152f7e21d9256c7b6de35fda75dada70d783 (diff)
build: Added missing benches to the dist
Signed-off-by: Hubert Figuière <hub@figuiere.net>
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ff38124..a1d585f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,6 +17,7 @@ CLEANFILES = $(CARGO_TARGET_DIR)/CACHEDIR.TAG $(BUILT_SOURCES)
RUST_FILES = Cargo.lock \
Cargo.toml \
+ benches/the_benchmark.rs \
build.rs \
src/apple.rs \
src/bin/fuzz-ljpeg.rs \