Skip to content
Snippets Groups Projects
Commit 13a18919 authored by Markus Blatt's avatar Markus Blatt
Browse files

[Merge][CMake] Merged revisions : 1790

Revision  r1790
.----------------------
distribute files needed by cmake with autotools-generated tarballs
.----------------------


[[Imported from SVN: r1864]]
parents a0cd1f1a ca240483
No related branches found
No related tags found
No related merge requests found
# $Id$
# we need the module file to be able to build via dunecontrol
EXTRA_DIST= CMakeLists.txt dune.module
EXTRA_DIST= CMakeLists.txt dune.module dune-istl-config.cmake.in dune-istl-version.cmake.in
# don't follow the full GNU-standard
# need automake >= 1.5
......@@ -15,3 +15,7 @@ DISTCHECK_CONFIGURE_FLAGS = --with-dune-common="$(DUNE_COMMON_ROOT)" CXX="$(CXX)
include $(top_srcdir)/am/global-rules
include $(top_srcdir)/am/top-rules
# Distribute and install config.h.cmake
configdir = $(datadir)/dune-istl
dist_config_DATA = config.h.cmake
......@@ -2,7 +2,7 @@ MODULES = DuneIstlMacros.cmake \
FindSuperLU.cmake
modulesdir= $(datadir)/cmake/modules
modules_DATA = ${MODULES}
dist_modules_DATA = ${MODULES}
include $(top_srcdir)/am/global-rules
......
EXTRA_DIST = dune-istl-config.cmake.in
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