1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2025-01-03 10:06:01 +01:00

use EXTRA_DIST instead of dist_DATA for CMake files

This commit is contained in:
q-posev 2021-11-18 14:34:19 +01:00
parent 527417cd8f
commit f9a023848d

View File

@ -77,11 +77,11 @@ ORG_FILES = \
src_libtrexio_la_SOURCES = $(SOURCES) src_libtrexio_la_SOURCES = $(SOURCES)
# Include CMake-related files in the distribution. # Include CMake-related files in the distribution.
dist_data_DATA = CMakeLists.txt \ EXTRA_DIST += CMakeLists.txt \
src/CMakeLists.txt \ src/CMakeLists.txt \
tests/CMakeLists.txt \ tests/CMakeLists.txt \
cmake/cmake_uninstall.cmake.in \ cmake/cmake_uninstall.cmake.in \
cmake/FindTREXIO.cmake cmake/FindTREXIO.cmake
# =============== TESTS =============== # # =============== TESTS =============== #