From e81e5bfcc87d9ac03ecae204b501e5201d71fe8c Mon Sep 17 00:00:00 2001
From: Thimo Neubauer <thimo@dune-project.org>
Date: Mon, 25 Oct 2004 12:33:07 +0000
Subject: [PATCH] use correct top-level include path

[[Imported from SVN: r982]]
---
 common/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/common/Makefile.am b/common/Makefile.am
index c6f1e6926..f22281c74 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -5,6 +5,8 @@ noinst_LTLIBRARIES = libcommon.la
 
 libcommon_la_SOURCES = stdstreams.cc
 
+AM_CPPFLAGS = -I$(top_srcdir)/..
+
 commonincludedir = $(includedir)/dune/common
 commoninclude_HEADERS = dlist.cc mapping.cc stdstreams.cc array.hh debugstream.hh \
   dlist.hh dynamictype.hh exceptions.hh fixedarray.hh function.hh functionspace.hh \
-- 
GitLab