diff options
Diffstat (limited to 'src/mesa/drivers/dri/r200/Makefile.am')
-rw-r--r-- | src/mesa/drivers/dri/r200/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r200/Makefile.am b/src/mesa/drivers/dri/r200/Makefile.am index 4357922341b..fc0482a6ee7 100644 --- a/src/mesa/drivers/dri/r200/Makefile.am +++ b/src/mesa/drivers/dri/r200/Makefile.am @@ -45,7 +45,7 @@ endif r200_dri_la_SOURCES = \ $(R200_C_FILES) -r200_dri_la_LDFLAGS = -module -avoid-version -shared +r200_dri_la_LDFLAGS = $(DRI_DRIVER_LDFLAGS) r200_dri_la_LIBADD = \ ../common/libdricommon.la \ $(DRI_LIB_DEPS) \ |