Skip to content
Snippets Groups Projects
Commit c1c71f25 authored by Felix Gruber's avatar Felix Gruber Committed by Dominic Kempf
Browse files

also install the new CMake Macros when using autotools

parent ac712ff7
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ MODULES = \
DuneCxaDemangle.cmake \
DuneDoc.cmake \
DuneDoxygen.cmake \
DuneEnableAllPackages.cmake \
DuneMacros.cmake \
DuneMPI.cmake \
DunePkgConfig.cmake \
......@@ -25,14 +26,17 @@ MODULES = \
FindMProtect.cmake \
FindParMETIS.cmake \
FindPTScotch.cmake \
FindThreadsCMake31.cmake \
FindUMFPack.cmake \
Headercheck.cmake \
LanguageSupport.cmake \
UseInkscape.cmake \
UseLATEX.cmake
TESTPROGRAMS = CheckForPthreads.c
modulesdir = $(datadir)/dune/cmake/modules
dist_modules_DATA = ${MODULES}
dist_modules_DATA = ${MODULES} ${TESTPROGRAMS}
include $(top_srcdir)/am/global-rules
EXTRA_DIST = CMakeLists.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment