Fix linkage problem

This commit is contained in:
vsr 2013-09-12 07:16:32 +00:00
parent 6a962cf2a3
commit 29dba0dc2d

View File

@ -87,6 +87,6 @@ libSMESHObject_la_LDFLAGS = \
$(GUI_LDFLAGS) -lSalomeApp -lSalomeObject -lSVTK -lVTKViewer -lqtx -lsuit -lstd \ $(GUI_LDFLAGS) -lSalomeApp -lSalomeObject -lSVTK -lVTKViewer -lqtx -lsuit -lstd \
-lPlot2d \ -lPlot2d \
-lSPlot2d \ -lSPlot2d \
$(GEOM_LDFLAGS) -lGEOMObject \ $(GEOM_LDFLAGS) -lGEOMObject -lOCC2VTK -lSalomeIDLGEOM \
$(CAS_KERNEL) \ $(CAS_KERNEL) \
$(VTK_LIBS) $(QT_MT_LIBS) $(VTK_LIBS) $(QT_MT_LIBS)