diff options
Diffstat (limited to 'cts/benchmark/Makefile.am')
-rw-r--r-- | cts/benchmark/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cts/benchmark/Makefile.am b/cts/benchmark/Makefile.am index 532abd2..703f18d 100644 --- a/cts/benchmark/Makefile.am +++ b/cts/benchmark/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2001-2017 the Pacemaker project contributors +# Copyright 2001-2023 the Pacemaker project contributors # # The version control history for this file may have further details. # @@ -9,5 +9,6 @@ MAINTAINERCLEANFILES = Makefile.in benchdir = $(datadir)/$(PACKAGE)/tests/cts/benchmark -dist_bench_DATA = README.benchmark control +dist_bench_DATA = README.benchmark \ + control bench_SCRIPTS = clubench |