Skip to content
Snippets Groups Projects
Commit bce01561 authored by Christian Engwer's avatar Christian Engwer
Browse files

revert patch 4988... this breaks out of source build, but fixed normal build again

[[Imported from SVN: r4994]]
parent 25654d9b
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
.wml.html:
export DUNEWEBDIR=$(DUNEWEBDIR); \
export BASEDIR=$(BASEDIR); \
sh $(top_builddir)/bin/wmlwrap -I $(srcdir) $< -o $@
sh $(DUNE_COMMON_ROOT)/bin/wmlwrap -I $(srcdir) $< -o $@
web-install: all
if test -d $(DUNEWEBDIR) && test -r $(DUNEWEBDIR)/Make.global ; then \
......
......@@ -10,7 +10,7 @@ AM_CONFIG_HEADER([config.h])
DUNE_CHECK_ALL_M
# preset variable to path such that #include <dune/...> works
AC_SUBST([DUNE_COMMON_ROOT], '$(top_srcdir)')
AC_SUBST([DUNE_COMMON_ROOT], '$(top_builddir)')
AC_SUBST([AM_CPPFLAGS], '-I$(top_srcdir)')
AC_SUBST([LOCAL_LIBS], '$(top_builddir)/common/libcommon.la')
......
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