From ee8071cc2d5d88083ae02b2eb7c1ebb10c3324ca Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 21 Mar 2013 07:18:37 +0000 Subject: [PATCH] Add missing library (done in check_vtk.m4) --- src/VISUGUI/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VISUGUI/Makefile.am b/src/VISUGUI/Makefile.am index ddf6d53f..226fdb0f 100644 --- a/src/VISUGUI/Makefile.am +++ b/src/VISUGUI/Makefile.am @@ -193,7 +193,7 @@ libVISU_la_LDFLAGS= \ $(QWT_LIBS) \ $(CAS_LDFLAGS) -lTKV3d \ $(KERNEL_LDFLAGS) -lSalomeNS -lSalomeDSClient \ - $(GUI_LDFLAGS) -lSVTK -lSPlot2d -lSalomePrs -lOCCViewer -lViewerTools -lvtkTools -lvtkRenderingMatplotlib${VTK_SUFFIX} \ + $(GUI_LDFLAGS) -lSVTK -lSPlot2d -lSalomePrs -lOCCViewer -lViewerTools -lvtkTools \ ../OBJECT/libVisuObject.la ../VISU_I/libVISUEngineImpl.la \ ../../idl/libSalomeIDLVISU.la -- 2.39.2