Skip to content
Snippets Groups Projects
Commit e8150039 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

also need LOCAL_LIBS

[[Imported from SVN: r5150]]
parent 374511ee
Branches
Tags
No related merge requests found
......@@ -72,11 +72,11 @@ gcdlcmtest_DEPENDENCIES = $(LOCAL_LIBS)
mpihelpertest_SOURCES = mpihelpertest.cc
mpihelpertest_CXXFLAGS = $(MPI_CPPFLAGS)
mpihelpertest_LDFLAGS = $(MPI_LDFLAGS) $(MPI_LIBS)
mpihelpertest_LDFLAGS = $(LOCAL_LIBS) $(MPI_LDFLAGS) $(MPI_LIBS)
mpicollcomm_SOURCES = mpicollectivecommunication.cc
mpicollcomm_CXXFLAGS = $(MPI_CPPFLAGS)
mpicollcomm_LDFLAGS = $(MPI_LDFLAGS) $(MPI_LIBS)
mpicollcomm_LDFLAGS = $(LOCAL_LIBS) $(MPI_LDFLAGS) $(MPI_LIBS)
singletontest_SOURCES = singletontest.cc
singletontest_LDFLAGS = $(LOCAL_LIBS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment