summaryrefslogtreecommitdiff
path: root/GL
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2006-12-21 09:06:44 -0700
committerBrian <brian@yutani.localnet.net>2006-12-21 09:06:44 -0700
commit198560a081eaedfb9872c0926a94c0298b9dcab8 (patch)
tree1f7fc27101d77ae49cf33f8c3337c0357cc0ae0e /GL
parent5f14c9a78b74017cdc66b79b63b3b1f68cf24911 (diff)
added mipmap.c
Diffstat (limited to 'GL')
-rw-r--r--GL/mesa/main/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/GL/mesa/main/Makefile.am b/GL/mesa/main/Makefile.am
index 4d5b0cd4a..64b383dc9 100644
--- a/GL/mesa/main/Makefile.am
+++ b/GL/mesa/main/Makefile.am
@@ -60,6 +60,7 @@ nodist_libmain_la_SOURCES = accum.c \
light.c \
lines.c \
matrix.c \
+ mipmap.c \
mm.c \
occlude.c \
pixel.c \