From 74052b821a25ad37dbb7c0716f75e824fb4e0eb7 Mon Sep 17 00:00:00 2001 From: Debian Science Maintainers Date: Fri, 6 May 2011 14:52:41 +0100 Subject: [PATCH] dep-libs This patch ensures that all needed symbols are found Gbp-Pq: Name dep-libs.patch --- ros/adm/make/TKDraw/Makefile.am | 2 +- ros/adm/make/TKService/Makefile.am | 2 +- ros/adm/make/TKViewerTest/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ros/adm/make/TKDraw/Makefile.am b/ros/adm/make/TKDraw/Makefile.am index fc1fc5c5d..ca045a72b 100644 --- a/ros/adm/make/TKDraw/Makefile.am +++ b/ros/adm/make/TKDraw/Makefile.am @@ -34,7 +34,7 @@ libTKDraw_la_LIBADD = \ ../TKGeomBase/libTKGeomBase.la \ ../TKGeomAlgo/libTKGeomAlgo.la \ ../TKService/libTKService.la \ -$(STLPort_LIB) $(CSF_TclLibs_LIB) $(CSF_TclTkLibs_LIB) $(CSF_gdi32_LIB) $(CSF_advapi32_LIB) $(CSF_user32_LIB) +$(STLPort_LIB) $(CSF_TclLibs_LIB) $(CSF_TclTkLibs_LIB) $(CSF_XwLibs_LIB) $(CSF_gdi32_LIB) $(CSF_advapi32_LIB) $(CSF_user32_LIB) libTKDraw_la_SOURCES = \ @top_srcdir@/drv/DBRep/DBRep_ListIteratorOfListOfEdge_0.cxx \ diff --git a/ros/adm/make/TKService/Makefile.am b/ros/adm/make/TKService/Makefile.am index 5b476735c..b5130b078 100644 --- a/ros/adm/make/TKService/Makefile.am +++ b/ros/adm/make/TKService/Makefile.am @@ -45,7 +45,7 @@ lib_LTLIBRARIES=libTKService.la libTKService_la_LIBADD = \ ../TKernel/libTKernel.la \ ../TKMath/libTKMath.la \ -$(STLPort_LIB) $(CSF_XwLibs_LIB) $(CSF_dpsLibs_LIB) $(CSF_XmuLibs_LIB) $(CSF_FreeImagePlus_LIB) +$(STLPort_LIB) $(CSF_XwLibs_LIB) $(CSF_dpsLibs_LIB) $(CSF_XmuLibs_LIB) $(CSF_FreeImagePlus_LIB) -lXext libTKService_la_SOURCES = \ @top_srcdir@/drv/Aspect/Aspect_Array1OfEdge_0.cxx \ diff --git a/ros/adm/make/TKViewerTest/Makefile.am b/ros/adm/make/TKViewerTest/Makefile.am index 2c3bb02de..7c1d7a7f7 100644 --- a/ros/adm/make/TKViewerTest/Makefile.am +++ b/ros/adm/make/TKViewerTest/Makefile.am @@ -43,7 +43,7 @@ libTKViewerTest_la_LIBADD = \ ../TKVoxel/libTKVoxel.la \ ../TKNIS/libTKNIS.la \ ../TKPrim/libTKPrim.la \ -$(STLPort_LIB) $(CSF_TclLibs_LIB) $(CSF_TclTkLibs_LIB) $(CSF_user32_LIB) $(CSF_gdi32_LIB) +$(STLPort_LIB) $(CSF_TclLibs_LIB) $(CSF_TclTkLibs_LIB) $(CSF_XwLibs_LIB) $(CSF_user32_LIB) $(CSF_gdi32_LIB) libTKViewerTest_la_SOURCES = \ @top_srcdir@/drv/Viewer2dTest/Viewer2dTest_DataMapIteratorOfDataMapOfText_0.cxx \ -- 2.30.2