Skip to content
Snippets Groups Projects
Commit a4221c59 authored by Thimo Neubauer's avatar Thimo Neubauer
Browse files

- use variables instead of substitution

- pass MPI_LIBS for MPI-implementations that need this

[[Imported from SVN: r1284]]
parent 57ef676e
No related branches found
No related tags found
Loading
# $Id $
if MPI
TESTPROGS = indicestest
TESTPROGS = indicestest
endif
# which tests to run
......@@ -14,8 +14,6 @@ check_PROGRAMS = $(TESTPROGS)
indicestest_SOURCES = indicestest.cc
indicestest_CXXFLAGS = @MPI_CPPFLAGS@
indicestest_CXXFLAGS = $(MPI_CPPFLAGS)
indicestest_LDFLAGS = $(MPI_LDFLAGS) $(MPI_LIBS)
indicestest_LDFLAGS = @MPI_LDFLAGS@
#indicestest_LDFLAGS = $(MPI_LIBS)
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