mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
Added $(top_srcdir) to AM_CPPFLAGS to facilitate out of source builds.
This commit is contained in:
parent
22b1be3d50
commit
9f2d90072b
@ -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