From 3b8b45e72dcd85eda4329d1fd196da2f9255198d Mon Sep 17 00:00:00 2001 From: nds Date: Tue, 19 Jun 2007 08:31:28 +0000 Subject: [PATCH] Porting to qt-4.2.3 product. --- src/LightApp/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LightApp/Makefile.am b/src/LightApp/Makefile.am index 3eeb30824..756247679 100755 --- a/src/LightApp/Makefile.am +++ b/src/LightApp/Makefile.am @@ -230,9 +230,9 @@ if ENABLE_GLVIEWER libLightApp_la_LIBADD+= ../GLViewer/libGLViewer.la endif if ENABLE_PLOT2DVIEWER -# libLightApp_la_LIBADD+= ../Plot2d/libPlot2d.la + libLightApp_la_LIBADD+= ../Plot2d/libPlot2d.la if ENABLE_SALOMEOBJECT -# libLightApp_la_LIBADD+= ../SPlot2d/libSPlot2d.la + libLightApp_la_LIBADD+= ../SPlot2d/libSPlot2d.la endif endif if ENABLE_PYCONSOLE -- 2.39.2