From 91850e9aeb2cfee9380047523d00c751cbc55c28 Mon Sep 17 00:00:00 2001 From: secher Date: Tue, 2 Feb 2010 14:50:31 +0000 Subject: [PATCH] change libInterGeometric2DAlg.so to be generated, and not static --- src/INTERP_KERNEL/Geometric2D/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/INTERP_KERNEL/Geometric2D/Makefile.am b/src/INTERP_KERNEL/Geometric2D/Makefile.am index 7e1b9fc46..c7c72e671 100644 --- a/src/INTERP_KERNEL/Geometric2D/Makefile.am +++ b/src/INTERP_KERNEL/Geometric2D/Makefile.am @@ -22,7 +22,7 @@ # include $(top_srcdir)/adm_local/unix/make_common_starter.am -noinst_LTLIBRARIES = libInterpGeometric2DAlg.la +lib_LTLIBRARIES = libInterpGeometric2DAlg.la dist_libInterpGeometric2DAlg_la_SOURCES = \ AbstractEdge.cxx \ -- 2.39.2