Merge pull request #2 from blattms/master

facilitate out of source builds
This commit is contained in:
Alf Birger Rustad 2012-09-06 05:25:20 -07:00
commit f77742c79b

View File

@ -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"