1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-08-24 22:21:43 +02: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)
# 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 =============== #