diff options
Diffstat (limited to 'cts/benchmark/Makefile.am')
-rw-r--r-- | cts/benchmark/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cts/benchmark/Makefile.am b/cts/benchmark/Makefile.am new file mode 100644 index 0000000..532abd2 --- /dev/null +++ b/cts/benchmark/Makefile.am @@ -0,0 +1,13 @@ +# +# Copyright 2001-2017 the Pacemaker project contributors +# +# The version control history for this file may have further details. +# +# This source code is licensed under the GNU General Public License version 2 +# or later (GPLv2+) WITHOUT ANY WARRANTY. +# +MAINTAINERCLEANFILES = Makefile.in + +benchdir = $(datadir)/$(PACKAGE)/tests/cts/benchmark +dist_bench_DATA = README.benchmark control +bench_SCRIPTS = clubench |