]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Win32: Add missing library dependency
authorana <ana@opencascade.com>
Thu, 14 Oct 2010 07:12:42 +0000 (07:12 +0000)
committerana <ana@opencascade.com>
Thu, 14 Oct 2010 07:12:42 +0000 (07:12 +0000)
src/TransformationGUI/Makefile.am

index 92153168d7410575474d9e3f6ef266e13fb549c2..1038e49558b2d3577419a519bb63fef315f5032e 100644 (file)
@@ -97,4 +97,6 @@ libTransformationGUI_la_CPPFLAGS =            \
 
 libTransformationGUI_la_LDFLAGS  =                             \
        ../GEOMFiltersSelection/libGEOMFiltersSelection.la      \
-       ../GEOMBase/libGEOMBase.la
+       ../GEOMBase/libGEOMBase.la                              \
+       $(CAS_LDPATH) -lTKShHealing
+