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

distribute files needed by cmake with autotools-generated tarballs

[[Imported from SVN: r1790]]
parent 3530d2ed
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
# we need automake 1.9 or newer
......@@ -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.
Please register or to comment