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

project name is the same as the repository name

[[Imported from SVN: r630]]
parent a520e39b
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,6 @@ AM_CONFIG_HEADER([config.h])
# check all dune-module stuff
DUNE_CHECK_ALL_M([dunecommon])
if test x$HAVE_DUNECOMMON != x1 ; then
AC_MSG_ERROR([Can't work without the dune-common module. Maybe you have to supply your dune-common directory as --with-dunecommon=dir])
fi
# preset variable to path such that #include <dune/...> works
AC_SUBST([AM_CPPFLAGS], '$(DUNE_CPPFLAGS) -I$(top_srcdir)')
AC_SUBST([AM_LDFLAGS], '$(DUNE_LDFLAGS) $(DUNE_LIBS)')
......
Module: dune_istl
Depends: dune_common
Module: dune-istl
Depends: dune-common
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