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

fix LOCAL_LIBS variable

[[Imported from SVN: r5644]]
parent d2e9c535
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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