mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
Merge pull request #2 from blattms/master
facilitate out of source builds
This commit is contained in:
commit
f77742c79b
@ -23,7 +23,7 @@ AM_CONFIG_HEADER([config.h])
|
||||
DUNE_CHECK_ALL
|
||||
|
||||
# implicitly set the Dune-flags everywhere
|
||||
AC_SUBST(AM_CPPFLAGS, $DUNE_CPPFLAGS)
|
||||
AC_SUBST(AM_CPPFLAGS, '$(DUNE_CPPFLAGS) -I$(top_srcdir)')
|
||||
AC_SUBST(AM_LDFLAGS, $DUNE_LDFLAGS)
|
||||
LIBS="$DUNE_LIBS"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user