mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-01-03 18:16:22 +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)
|
||||
|
||||
# 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 =============== #
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user