From 67e61e8a8703fe4b369498c0bcfcc796c41bd835 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 19 Dec 2008 16:38:38 +0000 Subject: [PATCH] Issue 20077 : Fix problem with native vtk libraries --- src/VTKViewer/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VTKViewer/Makefile.am b/src/VTKViewer/Makefile.am index a96214cfd..e6f495533 100755 --- a/src/VTKViewer/Makefile.am +++ b/src/VTKViewer/Makefile.am @@ -102,7 +102,7 @@ nodist_salomeres_DATA = \ libVTKViewer_la_CPPFLAGS = $(QT_INCLUDES) $(VTK_INCLUDES) $(CAS_CPPFLAGS) \ -I$(srcdir)/../Qtx -I$(srcdir)/../SUIT -libVTKViewer_la_LDFLAGS = $(QT_MT_LIBS) $(CAS_KERNEL) $(VTK_LIBS) $(OGL_LIBS) \ +libVTKViewer_la_LDFLAGS = $(VTK_LIBS) $(QT_MT_LIBS) $(CAS_KERNEL) $(OGL_LIBS) \ ../Qtx/libqtx.la ../SUIT/libsuit.la # Executable -- 2.39.2