Skip to content
Snippets Groups Projects
Commit 201fa43b authored by Christian Engwer's avatar Christian Engwer
Browse files

fixed DUNE_COMMON_ROOT problem

[[Imported from SVN: r4641]]
parent a0027afe
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ AM_CONFIG_HEADER([config.h])
DUNE_CHECK_ALL_M
# preset variable to path such that #include <dune/...> works
AC_SUBST([DUNECOMMONROOT], '$(top_srcdir)')
AC_SUBST([DUNE_COMMON_ROOT], '$(top_srcdir)')
AC_SUBST([AM_CPPFLAGS], '-I$(top_srcdir)')
AC_SUBST([LOCAL_LIBS], '$(top_builddir)/common/libcommon.la')
......
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