Skip to content
Snippets Groups Projects
Commit f651d0d2 authored by Oliver Sander's avatar Oliver Sander
Browse files

the line signaling the dependency of indicestest on libdune was accidentally added twice

[[Imported from SVN: r460]]
parent a2e392a9
Branches
Tags
No related merge requests found
......@@ -23,12 +23,10 @@ check_PROGRAMS = $(NORMALTESTS) $(INDEXPROG)
bvectortest_SOURCES = bvectortest.cc
bvectortest_DEPENDENCIES = $(LIBDUNE)
indicestest_SOURCES = indicestest.cc
indicestest_DEPENDENCIES = $(LIBDUNE)
matrixutilstest_SOURCES = matrixutilstest.cc laplacian.hh
matrixutilstest_DEPENDENCIES = $(LIBDUNE)
indicestest_SOURCES = indicestest.cc
indicestest_CXXFLAGS = $(MPI_CPPFLAGS)
indicestest_LDFLAGS = $(MPI_LDFLAGS) $(MPI_LIBS)
indicestest_DEPENDENCIES = $(LIBDUNE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment