From 9dd85767d25f0887a159c729498be98c36331635 Mon Sep 17 00:00:00 2001 From: Martin Nolte <mnolte@dune-project.org> Date: Tue, 30 Apr 2013 18:36:50 +0000 Subject: [PATCH] add new subdir to toplevel Makefile.am and fix lib/Makefile.am This is necessary to make tarballs configure [[Imported from SVN: r1923]] --- Makefile.am | 2 +- lib/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 79c8ce59..fc2abee6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ EXTRA_DIST= CMakeLists.txt dune.module dune-istl-config.cmake.in dune-istl-vers # we need automake 1.9 or newer AUTOMAKE_OPTIONS = foreign 1.9 -SUBDIRS = cmake dune doc m4 +SUBDIRS = cmake dune doc lib m4 # use configured compiler for "make distcheck" # doxygen is difficult to convince to build in a special directory... diff --git a/lib/Makefile.am b/lib/Makefile.am index 769b4638..6c1e9b73 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -2,6 +2,6 @@ dunemodulelibdir=$(libdir) EXTRA_DIST = CMakeLists.txt duneistlam2cmake.lib -dunemodulelib_DATA = duneistlam2cmake.li +dunemodulelib_DATA = duneistlam2cmake.lib include $(top_srcdir)/am/global-rules -- GitLab