From 4d2e6a97f83f7040d69f361031e40ee38f484d7a Mon Sep 17 00:00:00 2001
From: Christian Engwer <christi@dune-project.org>
Date: Tue, 13 Oct 2009 16:31:13 +0000
Subject: [PATCH] fix LOCAL_LIBS variable

[[Imported from SVN: r5644]]
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 8bd2700f9..2ef329f26 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ DUNE_CHECK_ALL
 # preset variable to path such that #include <dune/...> works
 AC_SUBST([DUNE_COMMON_ROOT], '$(top_builddir)')
 AC_SUBST([AM_CPPFLAGS], '-I$(top_srcdir)')
-AC_SUBST([LOCAL_LIBS], '$(top_builddir)/common/libcommon.la')
+AC_SUBST([LOCAL_LIBS], '$(top_builddir)/dune/common/libcommon.la')
 
 # write output
 AC_CONFIG_FILES([Makefile
-- 
GitLab