summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile.X11
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-11-10 18:06:14 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-11-10 18:06:14 +0000
commit8a9507442a9811e2c4a4bac6a993e8a900c50d4d (patch)
tree721d64d72c2905678844f0367a29b228c6757a15 /src/mesa/Makefile.X11
parent78bb78d1c3f3d0e41b647ea32f5dd57b986744de (diff)
renamed imaging files to histogram since that's what's inside
Diffstat (limited to 'src/mesa/Makefile.X11')
-rw-r--r--src/mesa/Makefile.X116
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11
index fd62b89a5b..2688128288 100644
--- a/src/mesa/Makefile.X11
+++ b/src/mesa/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.29 2000/11/05 23:19:23 brianp Exp $
+# $Id: Makefile.X11,v 1.30 2000/11/10 18:06:14 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.5
@@ -53,8 +53,8 @@ CORE_SOURCES = \
hash.c \
highpc.c \
hint.c \
+ histogram.c \
image.c \
- imaging.c \
imports.c \
light.c \
lines.c \
@@ -112,7 +112,7 @@ CORE_SOURCES = \
swrast/s_drawpix.c \
swrast/s_feedback.c \
swrast/s_fog.c \
- swrast/s_imaging.c \
+ swrast/s_histogram.c \
swrast/s_lines.c \
swrast/s_logic.c \
swrast/s_masking.c \