Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 118130 | Differences between
and this patch

Collapse All | Expand All

(-)paraview-2.4.4/Servers/Common/CMakeLists.txt (+1 lines)
Lines 131-136 Link Here
131
  ADD_LIBRARY(vtkPVServerCommonPython ${ServerCommonPython_SRCS})
131
  ADD_LIBRARY(vtkPVServerCommonPython ${ServerCommonPython_SRCS})
132
  TARGET_LINK_LIBRARIES (vtkPVServerCommonPython 
132
  TARGET_LINK_LIBRARIES (vtkPVServerCommonPython 
133
    vtkPVServerCommon vtkCommonPython)
133
    vtkPVServerCommon vtkCommonPython)
134
  INSTALL_TARGETS(${PV_INSTALL_LIB_DIR} vtkPVServerCommonPython)
134
ENDIF (PARAVIEW_WRAP_PYTHON)
135
ENDIF (PARAVIEW_WRAP_PYTHON)
135
136
136
IF(NOT PV_INSTALL_NO_LIBRARIES)
137
IF(NOT PV_INSTALL_NO_LIBRARIES)
(-)paraview-2.4.4/Servers/ServerManager/CMakeLists.txt (+1 lines)
Lines 236-241 Link Here
236
  ADD_LIBRARY(vtkPVServerManagerPython ${ServerManagerPython_SRCS})
236
  ADD_LIBRARY(vtkPVServerManagerPython ${ServerManagerPython_SRCS})
237
  TARGET_LINK_LIBRARIES (vtkPVServerManagerPython 
237
  TARGET_LINK_LIBRARIES (vtkPVServerManagerPython 
238
    vtkPVServerCommonPython vtkPVServerManager vtkCommonPython)
238
    vtkPVServerCommonPython vtkPVServerManager vtkCommonPython)
239
  INSTALL_TARGETS(${PV_INSTALL_LIB_DIR} vtkPVServerManagerPython)
239
ENDIF (PARAVIEW_WRAP_PYTHON)
240
ENDIF (PARAVIEW_WRAP_PYTHON)
240
241
241
SET(CFG_INIT "/${CMAKE_CFG_INTDIR}")
242
SET(CFG_INIT "/${CMAKE_CFG_INTDIR}")

Return to bug 118130