From dbf0e909132495ece1fcb610221709fb0f23cc91 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Wed, 26 Sep 2012 14:37:02 +0200 Subject: [PATCH] fix: update library the application links to --- examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index 51e6801..47c17b5 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -36,7 +36,7 @@ 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_noinst.la +upscale_elasticity_LDADD = $(top_srcdir)/dune/elasticity/libelasticityupscale.la upscale_perm_SOURCES = upscale_perm.cpp