Added $(top_srcdir) to AM_CPPFLAGS to facilitate out of source builds.

This commit is contained in:
Markus Blatt 2012-09-06 14:00:13 +02:00
parent 22b1be3d50
commit 9f2d90072b

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"