From 1eba64bfb136841332ad2c3a11efad319af4907c Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 26 Apr 2010 05:27:32 +0000 Subject: [PATCH] Fix linkage error (missing KERNEL libs) --- src/OpenGLUtils/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/OpenGLUtils/Makefile.am b/src/OpenGLUtils/Makefile.am index ec0972f74..2c7e350bc 100755 --- a/src/OpenGLUtils/Makefile.am +++ b/src/OpenGLUtils/Makefile.am @@ -34,4 +34,6 @@ dist_libOpenGLUtils_la_SOURCES = \ OpenGLUtils_FrameBuffer.cxx libOpenGLUtils_la_CPPFLAGS = $(OGL_INCLUDES) -libOpenGLUtils_la_LDFLAGS = $(OGL_LIBS) +libOpenGLUtils_la_LDFLAGS = $(KERNEL_LDFLAGS) + +libOpenGLUtils_la_LIBADD = $(OGL_LIBS) -lSALOMELocalTrace \ No newline at end of file -- 2.39.2