summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile.X11
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2001-12-20 15:30:45 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2001-12-20 15:30:45 +0000
commitfc00cbe8d1ac48faf345e41a13757a8a1e2e5ebe (patch)
tree34e46eff3622e9293e6abd3e9a19f7836f166d9c /src/mesa/Makefile.X11
parent1643203a936ae5503d5cf23177e444ac5971e7d1 (diff)
Further help with dri libGL version skew
Diffstat (limited to 'src/mesa/Makefile.X11')
-rw-r--r--src/mesa/Makefile.X113
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11
index 76bf931f11..24a1453687 100644
--- a/src/mesa/Makefile.X11
+++ b/src/mesa/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.61 2001/12/14 16:35:55 kschultz Exp $
+# $Id: Makefile.X11,v 1.62 2001/12/20 15:30:45 keithw Exp $
# Mesa 3-D graphics library
# Version: 4.1
@@ -25,6 +25,7 @@ CORE_SOURCES = \
vpparse.c \
vpstate.c \
api_arrayelt.c \
+ api_compat.c \
api_loopback.c \
api_noop.c \
api_validate.c \