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

bug fix, LDADD does not work.


git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@1123 0d966ed9-3843-0410-af09-ebfb50bd7c74
parent afaf576d
Branches
Tags
No related merge requests found
......@@ -20,7 +20,7 @@ nobase_include_HEADERS = alugrid_serial.h alugrid_parallel.h alugrid_2d.h alugri
# add all package flags
AM_CPPFLAGS = $(ALUGRID_CPPFLAGS)
LDADD = $(ALL_PKG_LDFLAGS) $(ALL_PKG_LIBS)
libalugrid_la_LIBADD = $(ALL_PKG_LDFLAGS) $(ALL_PKG_LIBS)
if MPI
# if MPI was found the parallel version is build
......@@ -35,5 +35,4 @@ include_HEADERS = serial/alugrid_defineparallel.h
# build only serial grid lib
dist_libalugrid_la_SOURCES = alugrid_serial.cc alugrid_2d.cc
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment