summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile.X11
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-08-21 14:25:25 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-08-21 14:25:25 +0000
commit3f8a70e5dde42ea30bc7d3ab02e3cd5c2b0cc3d6 (patch)
tree8579a7ba4eddba892d6ebbad7cf6df6957cba665 /src/mesa/Makefile.X11
parenta6d46f6b9922327fe9a268b003134a27ba8b931f (diff)
added convolve.c to file list
Diffstat (limited to 'src/mesa/Makefile.X11')
-rw-r--r--src/mesa/Makefile.X115
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11
index 56d2fe524eb..1a56d0ae966 100644
--- a/src/mesa/Makefile.X11
+++ b/src/mesa/Makefile.X11
@@ -1,7 +1,7 @@
-# $Id: Makefile.X11,v 1.20 2000/07/14 14:55:04 brianp Exp $
+# $Id: Makefile.X11,v 1.21 2000/08/21 14:25:25 brianp Exp $
# Mesa 3-D graphics library
-# Version: 3.3
+# Version: 3.5
# Copyright (C) 1995-2000 Brian Paul
# Makefile for core library
@@ -33,6 +33,7 @@ CORE_SOURCES = \
colortab.c \
config.c \
context.c \
+ convolve.c \
copypix.c \
cva.c \
debug_xform.c \