From 1a46c8a062aea59de5cf55881104489db5d609e5 Mon Sep 17 00:00:00 2001 From: Siddhartha Chaudhuri Date: Mon, 9 Feb 2009 07:58:38 -0700 Subject: mesa: autoconf fixes for OS X See bug report 17566. --- configs/autoconf.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configs') diff --git a/configs/autoconf.in b/configs/autoconf.in index 4a89716ab6..fb1287a732 100644 --- a/configs/autoconf.in +++ b/configs/autoconf.in @@ -50,6 +50,13 @@ GLUT_LIB_NAME = @GLUT_LIB_NAME@ GLW_LIB_NAME = @GLW_LIB_NAME@ OSMESA_LIB_NAME = @OSMESA_LIB_NAME@ +# Globs used to install the lib and all symlinks +GL_LIB_GLOB = @GL_LIB_GLOB@ +GLU_LIB_GLOB = @GLU_LIB_GLOB@ +GLUT_LIB_GLOB = @GLUT_LIB_GLOB@ +GLW_LIB_GLOB = @GLW_LIB_GLOB@ +OSMESA_LIB_GLOB = @OSMESA_LIB_GLOB@ + # Directories to build LIB_DIR = @LIB_DIR@ SRC_DIRS = @SRC_DIRS@ -- cgit v1.2.3