Fix upscale_elasticity linking

The per-target primary overrides the correspondingly named global
primary.  In the case of '*_LDADD' we need to include the global value
lest we miss SuperLU libraries.
This commit is contained in:
Bård Skaflestad 2012-10-02 18:17:02 +02:00
parent 3302c99140
commit 451d6f612a

View File

@ -36,7 +36,9 @@ upscale_cond_SOURCES = upscale_cond.cpp
upscale_elasticity_SOURCES = upscale_elasticity.cpp
upscale_elasticity_CXXFLAGS = ${OPENMP_CXXFLAGS}
upscale_elasticity_LDADD = $(top_srcdir)/dune/elasticity/libelasticityupscale.la
upscale_elasticity_LDADD = \
$(top_srcdir)/dune/elasticity/libelasticityupscale.la \
$(LDADD)
upscale_perm_SOURCES = upscale_perm.cpp