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

distribute files needed by cmake with autotools-generated tarballs

[[Imported from SVN: r7128]]
parent 2a25b2c5
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-common-config.cmake.in dune-common-version.cmake.in
# don't follow the full GNU-standard
# we need automake 1.9 or newer
......@@ -14,3 +14,7 @@ DISTCHECK_CONFIGURE_FLAGS = CXX="$(CXX)" CC="$(CC)" --enable-parallel=@ENABLE_PA
include $(top_srcdir)/am/global-rules
include $(top_srcdir)/am/top-rules
# Distribute and install config.h.cmake
configdir = $(datadir)/dune-common
dist_config_DATA = config.h.cmake
......@@ -20,7 +20,7 @@ MODULES = DuneBoost.cmake \
UseLATEX.cmake
modulesdir = $(datadir)/cmake/modules
modules_DATA = ${MODULES}
dist_modules_DATA = ${MODULES}
include $(top_srcdir)/am/global-rules
EXTRA_DIST = CMakeLists.txt
EXTRA_DIST = dune-common-config.cmake.in
......@@ -5,7 +5,7 @@ MODULES = BuildTests.cmake.in \
RunDoxygen.cmake
modulesdir = $(datadir)/cmake/scripts
modules_DATA = ${MODULES}
dist_modules_DATA = ${MODULES}
include $(top_srcdir)/am/global-rules
EXTRA_DIST = CMakeLists.txt
......@@ -276,4 +276,4 @@ genericiterator_compile_fail_SOURCES = genericiterator_compile_fail.cc
include $(top_srcdir)/am/global-rules
EXTRA_DIST = CMakeLists.txt
EXTRA_DIST = CMakeLists.txt dummy.f
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