summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11/Makefile
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-06-08 11:25:30 -0600
committerBrian <brian.paul@tungstengraphics.com>2008-06-08 11:25:30 -0600
commitf440b0ddd9690a2f8d7b7eed9b56ff77407b9114 (patch)
tree13de4c61daef3750b60105fd3eb0608a5e3f2a9f /src/mesa/drivers/x11/Makefile
parent28c28f72fd9ed192467a3cf913b344951d0bc805 (diff)
remove realglx.[ch] from build
Diffstat (limited to 'src/mesa/drivers/x11/Makefile')
-rw-r--r--src/mesa/drivers/x11/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/x11/Makefile b/src/mesa/drivers/x11/Makefile
index 8ee9b61808..ce5366e332 100644
--- a/src/mesa/drivers/x11/Makefile
+++ b/src/mesa/drivers/x11/Makefile
@@ -18,7 +18,6 @@ GL_TINY = 0$(MESA_MAJOR)0$(MESA_MINOR)0$(MESA_TINY)
HEADERS = \
glxapi.h \
glxheader.h \
- realglx.h \
xfonts.h \
xmesaP.h \
xm_glide.h \
@@ -27,7 +26,6 @@ HEADERS = \
SOURCES = \
fakeglx.c \
glxapi.c \
- realglx.c \
xfonts.c \
xm_api.c \
xm_buffer.c \