diff options
author | Brian Paul <[email protected]> | 2003-03-25 02:26:28 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-03-25 02:26:28 +0000 |
commit | a46bd6f96a78525dc98bcb2176494e6d6dce5dce (patch) | |
tree | f5e3ca54c429badb8d93a6af3ea18b25ac49eea3 /src/mesa/main/Makefile.OSMesa16 | |
parent | 45bc887da226403f2c41077e40ca38b6f60f1359 (diff) |
histogram code move, remove s_histogram.[ch] from Makefiles
Diffstat (limited to 'src/mesa/main/Makefile.OSMesa16')
-rw-r--r-- | src/mesa/main/Makefile.OSMesa16 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/Makefile.OSMesa16 b/src/mesa/main/Makefile.OSMesa16 index 7a7b0f11bfb..3ed54c4969a 100644 --- a/src/mesa/main/Makefile.OSMesa16 +++ b/src/mesa/main/Makefile.OSMesa16 @@ -1,4 +1,4 @@ -# $Id: Makefile.OSMesa16,v 1.12 2003/03/01 01:50:20 brianp Exp $ +# $Id: Makefile.OSMesa16,v 1.13 2003/03/25 02:26:29 brianp Exp $ # Mesa 3-D graphics library # Version: 5.0 @@ -103,7 +103,6 @@ CORE_SOURCES = \ swrast/s_drawpix.c \ swrast/s_feedback.c \ swrast/s_fog.c \ - swrast/s_histogram.c \ swrast/s_imaging.c \ swrast/s_lines.c \ swrast/s_logic.c \ |