diff options
author | Eric Anholt <eric@anholt.net> | 2007-05-17 15:36:26 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-05-17 15:36:26 -0700 |
commit | 1f08f5d97068ea89f0fa527520a2ccb0a69ea50b (patch) | |
tree | 40f500b6939ed176e7be16fcf3a068100ecd4658 /src | |
parent | cfc21190af1038f204d38ab4764a9c731b0323a5 (diff) |
Rename the i915tex_dri.so driver to just i915_dri.so again.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/i915tex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i915tex/Makefile b/src/mesa/drivers/dri/i915tex/Makefile index 27fb29e9c2..c6a29149c7 100644 --- a/src/mesa/drivers/dri/i915tex/Makefile +++ b/src/mesa/drivers/dri/i915tex/Makefile @@ -2,7 +2,7 @@ TOP = ../../../../.. include $(TOP)/configs/current -LIBNAME = i915tex_dri.so +LIBNAME = i915_dri.so MINIGLX_SOURCES = server/intel_dri.c |