Skip to content
Snippets Groups Projects
Commit 3394e70f authored by Markus Blatt's avatar Markus Blatt
Browse files

Somehow LOCAL_LIBS was missing which prevented stdstream test from compiling.

[[Imported from SVN: r5257]]
parent 4c597bda
Branches
Tags
No related merge requests found
......@@ -17,6 +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')
# write output
AC_CONFIG_FILES([Makefile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment