diff options
Diffstat (limited to 'src/mesa/drivers/dri/radeon/Makefile.am')
-rw-r--r-- | src/mesa/drivers/dri/radeon/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/radeon/Makefile.am b/src/mesa/drivers/dri/radeon/Makefile.am index 43de05972b0..d13b803aecc 100644 --- a/src/mesa/drivers/dri/radeon/Makefile.am +++ b/src/mesa/drivers/dri/radeon/Makefile.am @@ -45,7 +45,7 @@ endif radeon_dri_la_SOURCES = \ $(RADEON_C_FILES) -radeon_dri_la_LDFLAGS = -module -avoid-version -shared +radeon_dri_la_LDFLAGS = $(DRI_DRIVER_LDFLAGS) radeon_dri_la_LIBADD = \ ../common/libdricommon.la \ $(DRI_LIB_DEPS) \ |