Skip to content
Snippets Groups Projects
Commit 120a42cd authored by Robert Kloefkorn's avatar Robert Kloefkorn
Browse files

small fix for CPPFLAGS etc.

parent 52f6f128
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,8 @@ DUNE_CHECK_ALL
# implicitly set the Dune-flags everywhere
# preset variable to path such that #include <dune/...> works
AC_SUBST(AM_CPPFLAGS, '$(DUNE_CPPFLAGS) -I$(top_srcdir)')
AC_SUBST(AM_LDFLAGS, '$(DUNE_LDFLAGS) $(DUNE_LIBS)')
AC_SUBST(AM_CPPFLAGS, '\${DUNE_CPPFLAGS} -I$(top_srcdir)')
AC_SUBST(AM_LDFLAGS, '\${DUNE_LDFLAGS} \${DUNE_LIBS}')
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