Avoid mesa_dri_drivers import lib being installed
authorJon TURNEY <jon.turney@dronecode.org.uk>
Sat, 5 Apr 2014 18:20:15 +0000 (19:20 +0100)
committerJon TURNEY <jon.turney@dronecode.org.uk>
Sun, 13 Jul 2014 15:06:46 +0000 (16:06 +0100)
commit923f78440c29644f31d745d6fbd4eaad8676973f
tree31eee08193f8ec08ae1bb063977cd1cf539bf684
parent5899a45a5bc0d05be6895970234e49ca70984aee
Avoid mesa_dri_drivers import lib being installed

On Cygwin and MinGW, linking a shared library also generates an import library

Use a wildcard which also matches the name of the megadriver import lib,
mesa_dri_drivers.dll.a, so that is also removed after megadriver symlinks are
created

(This then matches src/gallium/targets/dri/Makefile.am, which already does
things this way)

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
src/mesa/drivers/dri/Makefile.am