diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/Automake.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/Automake.inc b/src/gallium/Automake.inc index bafde36c6b0..1f5d532e426 100644 --- a/src/gallium/Automake.inc +++ b/src/gallium/Automake.inc @@ -55,6 +55,7 @@ DRI_VERSION_SCRIPT ?= $(top_srcdir)/src/gallium/state_trackers/dri/dri.link GALLIUM_DRI_LINKER_FLAGS = \ -shared \ + -shrext .so \ -module \ -avoid-version \ $(GC_SECTIONS) \ |