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

use absolute path to reference DUNE_COMMON_ROOT

[[Imported from SVN: r5660]]
parent 115e6d7c
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ DUNE_AUTOBUILD_FLAGS
DUNE_CHECK_ALL
# preset variable to path such that #include <dune/...> works
AC_SUBST([DUNE_COMMON_ROOT], '$(top_builddir)')
AC_SUBST([DUNE_COMMON_ROOT], '$(abs_top_builddir)')
AC_SUBST([AM_CPPFLAGS], '-I$(top_srcdir)')
AC_SUBST([LOCAL_LIBS], '$(top_builddir)/dune/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