From f9a023848d6e5d8c827c672c0e6dd28dfebcd3f8 Mon Sep 17 00:00:00 2001 From: q-posev Date: Thu, 18 Nov 2021 14:34:19 +0100 Subject: [PATCH] use EXTRA_DIST instead of dist_DATA for CMake files --- Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index 98486a8..65e0e1b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,11 +77,11 @@ ORG_FILES = \ src_libtrexio_la_SOURCES = $(SOURCES) # Include CMake-related files in the distribution. -dist_data_DATA = CMakeLists.txt \ - src/CMakeLists.txt \ - tests/CMakeLists.txt \ - cmake/cmake_uninstall.cmake.in \ - cmake/FindTREXIO.cmake +EXTRA_DIST += CMakeLists.txt \ + src/CMakeLists.txt \ + tests/CMakeLists.txt \ + cmake/cmake_uninstall.cmake.in \ + cmake/FindTREXIO.cmake # =============== TESTS =============== #