diff options
author | Brian Paul <[email protected]> | 2000-09-07 15:42:13 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-09-07 15:42:13 +0000 |
commit | 16c3ea9459c327c4bf357d7d719fbc84710312b6 (patch) | |
tree | e62efedc5ba0316047fcb6a05198327d0429295d /src/mesa/main/Imakefile | |
parent | 693f81be4c16bcec4e017e9b3189f518d157d85f (diff) |
renamed Xlib driver files
Diffstat (limited to 'src/mesa/main/Imakefile')
-rw-r--r-- | src/mesa/main/Imakefile | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/src/mesa/main/Imakefile b/src/mesa/main/Imakefile index 443e83c8f30..fe0658c6c76 100644 --- a/src/mesa/main/Imakefile +++ b/src/mesa/main/Imakefile @@ -61,9 +61,11 @@ vb.c \ vertex.c \
xfonts.c \
xform.c \
-xmesa1.c \
-xmesa2.c \
-xmesa3.c
+xm_api.c \
+xm_dd.c \
+xm_line.c \
+xm_span.c \
+xm_tri.c
OBJS = \
accum.o \
@@ -113,10 +115,11 @@ vb.o \ vertex.o \
xfonts.o \
xform.o \
-xmesa1.o \
-xmesa2.o \
-xmesa3.o
-xmesa4.o
+xm_api.o \
+xm_dd.o \
+xm_line.o \
+xm_span.o \
+xm_tri.o
LINTLIBS =
|