From 985e2302839b0d25ef6c576037f1cd7c764f132d Mon Sep 17 00:00:00 2001 From: Christian Engwer <christi@dune-project.org> Date: Fri, 30 Sep 2005 13:06:58 +0000 Subject: [PATCH] make automake happy :-) [[Imported from SVN: r327]] --- istl/paamg/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/istl/paamg/Makefile.am b/istl/paamg/Makefile.am index a07df1eea..56990b591 100644 --- a/istl/paamg/Makefile.am +++ b/istl/paamg/Makefile.am @@ -1,9 +1,9 @@ SUBDIRS = test -SOURCES = aggregates.hh dependency.hh galerkin.hh graph.hh indicescoarsener.hh \ -properties.hh globalaggregates.hh hierarchy.hh pmatrix.hh construction.hh - paamgdir = $(includedir)/dune/istl/paamg -paamg_HEADERS = $(SOURCES) +paamg_HEADERS = aggregates.hh dependency.hh galerkin.hh graph.hh \ + indicescoarsener.hh properties.hh globalaggregates.hh \ + hierarchy.hh pmatrix.hh construction.hh + include $(top_srcdir)/am/global-rules -- GitLab