From 706b271349ea535d584045b7358f88b1e55e3da0 Mon Sep 17 00:00:00 2001 From: akl Date: Fri, 1 Feb 2008 08:49:19 +0000 Subject: [PATCH] To avoid hard-coding of the GLU library path. --- src/GLViewer/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2