From ca1b2bcc187ab4b147e96fc983d9b97ed1d7ef65 Mon Sep 17 00:00:00 2001 From: ana Date: Thu, 14 Oct 2010 07:12:42 +0000 Subject: [PATCH] Win32: Add missing library dependency --- src/TransformationGUI/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/TransformationGUI/Makefile.am b/src/TransformationGUI/Makefile.am index 92153168d..1038e4955 100644 --- a/src/TransformationGUI/Makefile.am +++ b/src/TransformationGUI/Makefile.am @@ -97,4 +97,6 @@ libTransformationGUI_la_CPPFLAGS = \ libTransformationGUI_la_LDFLAGS = \ ../GEOMFiltersSelection/libGEOMFiltersSelection.la \ - ../GEOMBase/libGEOMBase.la + ../GEOMBase/libGEOMBase.la \ + $(CAS_LDPATH) -lTKShHealing + -- 2.39.2