diff options
author | George Sapountzis <gsapountzis@gmail.com> | 2010-03-06 06:33:20 +0200 |
---|---|---|
committer | George Sapountzis <gsapountzis@gmail.com> | 2010-03-06 06:44:38 +0200 |
commit | 8953bfce0eb7e56f13d4527ef86cdf4cf2db037f (patch) | |
tree | 49de8ba0024fa45331d831b69b860b10843b35e3 /src/mesa/drivers/dri/i915/Makefile | |
parent | 9009a854d1e0a8682af50b34650e0de62f5fe3a3 (diff) |
dri: drop MINIGLX_SOURCES
Diffstat (limited to 'src/mesa/drivers/dri/i915/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/i915/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i915/Makefile b/src/mesa/drivers/dri/i915/Makefile index dc15ae425c..5b49d0c77c 100644 --- a/src/mesa/drivers/dri/i915/Makefile +++ b/src/mesa/drivers/dri/i915/Makefile @@ -4,8 +4,6 @@ include $(TOP)/configs/current LIBNAME = i915_dri.so -MINIGLX_SOURCES = server/intel_dri.c - DRIVER_SOURCES = \ i830_context.c \ i830_state.c \ |