From: vsr Date: Fri, 7 May 2010 08:59:15 +0000 (+0000) Subject: Tiny fix : double parenthesis removed X-Git-Tag: V5_1_4rc1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a9bb8568cc8d3199a4e56eb009d9de0fa9f1078d;p=modules%2Fgui.git Tiny fix : double parenthesis removed --- diff --git a/src/VTKViewer/Makefile.am b/src/VTKViewer/Makefile.am index 80ce566bb..b5187b295 100755 --- a/src/VTKViewer/Makefile.am +++ b/src/VTKViewer/Makefile.am @@ -147,6 +147,6 @@ bin_PROGRAMS = VTKViewer dist_VTKViewer_SOURCES = VTKViewer.cxx VTKViewer_CPPFLAGS = $(libVTKViewer_la_CPPFLAGS) -VTKViewer_LDFLAGS = $((libVTKViewer_la_LDFLAGS) +VTKViewer_LDFLAGS = $(libVTKViewer_la_LDFLAGS) VTKViewer_LDADD = libVTKViewer.la $(libVTKViewer_la_LIBADD)