build: force .so extension for the gallium dri modules
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 7 Apr 2014 14:24:46 +0000 (15:24 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 9 Apr 2014 21:12:36 +0000 (22:12 +0100)
commit55f9bbd46c7cd021dd1d208071d1a79bc423eda8
treef6eb68560e315a7dc442d998333afcb4e521cd59
parent92d0786f881a0b65ade503c85401a074350af27a
build: force .so extension for the gallium dri modules

While linux uses .so as a default extension for shared libraries that is
not the case for other platforms. The loader in libGL (and others) assumes
that the dri module will always have a .so extension, thus it will fail
to load on the affected platforms.

Spotted-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
install-gallium-links.mk
src/gallium/Automake.inc