From: akl Date: Fri, 1 Feb 2008 08:49:19 +0000 (+0000) Subject: To avoid hard-coding of the GLU library path. X-Git-Tag: for_M2008_07022008~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=706b271349ea535d584045b7358f88b1e55e3da0;p=modules%2Fgui.git To avoid hard-coding of the GLU library path. --- diff --git a/src/GLViewer/Makefile.am b/src/GLViewer/Makefile.am index e20fde4eb..83fec2f0f 100644 --- a/src/GLViewer/Makefile.am +++ b/src/GLViewer/Makefile.am @@ -112,4 +112,4 @@ nodist_salomeres_DATA= \ libGLViewer_la_CPPFLAGS=$(QT_INCLUDES) $(CAS_CPPFLAGS) -I$(srcdir)/../SUIT -I$(srcdir)/../Qtx libGLViewer_la_LDFLAGS=$(QT_MT_LIBS) $(CAS_KERNEL) -libGLViewer_la_LIBADD= ../SUIT/libsuit.la -L/usr/X11R6/lib@LIB_LOCATION_SUFFIX@ -lGLU +libGLViewer_la_LIBADD= ../SUIT/libsuit.la