From d241570d0621399d7a22dc2739d96d10cae45360 Mon Sep 17 00:00:00 2001 From: maintenance team Date: Tue, 13 Nov 2007 13:34:40 +0000 Subject: [PATCH] Fix for bug NPAL17594 --- src/VISU_I/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/VISU_I/Makefile.am b/src/VISU_I/Makefile.am index 5c3e7b16..b08daa88 100644 --- a/src/VISU_I/Makefile.am +++ b/src/VISU_I/Makefile.am @@ -111,9 +111,9 @@ libVISUEngineImpl_la_CPPFLAGS= \ -I$(top_builddir)/salome_adm/unix libVISUEngineImpl_la_LDFLAGS= \ + $(VTK_LIBS) \ $(PYTHON_LIBS) \ $(QT_MT_LIBS) \ - $(VTK_LIBS) \ $(QWT_LIBS) \ @BOOST_LIBS@ \ $(KERNEL_LDFLAGS) \ @@ -131,11 +131,11 @@ libVISUEngineImpl_la_LIBADD= \ -lSalomeNS \ -lTOOLSDS \ -lOpUtil \ + -lVTKViewer \ + -lSVTK \ -lEvent \ -lSalomeApp \ -lSalomeSession \ - -lVTKViewer \ - -lSVTK \ -lSPlot2d \ ../CONVERTOR/libVisuConvertor.la \ ../PIPELINE/libVisuPipeLine.la \ -- 2.39.2