From 7dea98b2d5b82bd9bcbbb6819ee0f31a568dade5 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Wed, 26 Sep 2012 10:43:49 +0200 Subject: [PATCH] fix: Make libelasticityupscale a normal library --- dune/elasticity/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dune/elasticity/Makefile.am b/dune/elasticity/Makefile.am index f884660..19010a7 100644 --- a/dune/elasticity/Makefile.am +++ b/dune/elasticity/Makefile.am @@ -1,6 +1,6 @@ -noinst_LTLIBRARIES = libelasticityupscale_noinst.la +lib_LTLIBRARIES = libelasticityupscale.la -libelasticityupscale_noinst_la_SOURCES = \ +libelasticityupscale_la_SOURCES = \ boundarygrid.cpp \ material.cpp \ materials.cpp \