From 6d0e222a6e03f1258129b9939d3eb47870d5502a Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Sun, 29 Sep 2019 11:57:21 +1000 Subject: Make sure CMake build files end up in release tarball --- microbench/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'microbench/Makefile.am') diff --git a/microbench/Makefile.am b/microbench/Makefile.am index 9ab6a040..8bad781b 100644 --- a/microbench/Makefile.am +++ b/microbench/Makefile.am @@ -38,3 +38,5 @@ noinst_PROGRAMS = benchmark_residual benchmark_residual_SOURCES = benchmark_residual.c util.c benchmark_residual_LDADD = @LIB_CLOCK_GETTIME@ + +EXTRA_DIST = CMakeLists.txt -- cgit v1.2.1