summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorSiddhartha Chaudhuri <expiring_frog@yahoo.co.uk>2009-02-09 07:58:38 -0700
committerBrian Paul <brianp@vmware.com>2009-02-09 07:59:32 -0700
commit1a46c8a062aea59de5cf55881104489db5d609e5 (patch)
treed632b740487c7fd808dcfe82bbd712ced1b73dc1 /configs
parent49002698193784dacffcbf993de26fcdd42c523e (diff)
mesa: autoconf fixes for OS X
See bug report 17566.
Diffstat (limited to 'configs')
-rw-r--r--configs/autoconf.in7
1 files changed, 7 insertions, 0 deletions
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@