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:
parent
527417cd8f
commit
f9a023848d
10
Makefile.am
10
Makefile.am
@ -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 =============== #
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user