summaryrefslogtreecommitdiff
path: root/src/egl/main/Makefile
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2009-08-14 18:26:26 +0800
committerBrian Paul <brianp@vmware.com>2009-08-18 08:50:12 -0600
commit34d8c13bff05de200dbad70d0798519108e186f2 (patch)
tree817c8f7e2740b6c115d071b06cd9af8906b6efcd /src/egl/main/Makefile
parente484a929289e859d9f8ef8028af3b0d8dc77b6d6 (diff)
egl: Remove eglhash.c and eglhash.h.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Diffstat (limited to 'src/egl/main/Makefile')
-rw-r--r--src/egl/main/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/egl/main/Makefile b/src/egl/main/Makefile
index ab61d68f2b..15cd1d09c7 100644
--- a/src/egl/main/Makefile
+++ b/src/egl/main/Makefile
@@ -17,7 +17,6 @@ HEADERS = \
egldriver.h \
eglglobals.h \
egllog.h \
- eglhash.h \
eglmisc.h \
eglmode.h \
eglmutex.h \
@@ -36,7 +35,6 @@ SOURCES = \
egldriver.c \
eglglobals.c \
egllog.c \
- eglhash.c \
eglmisc.c \
eglmode.c \
eglscreen.c \