summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/radeonsi/dri
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2013-11-09 23:00:14 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2013-11-16 16:31:04 +0000
commit02fdb5cb51fdbe63261ffeb7d5ca0fa10838899b (patch)
treefe1c9cc7a970ebd9c6a9980e9a5826990e9e8ec8 /src/gallium/targets/radeonsi/dri
parent5b8c2c8f00a145d0e62edac9c92c1ef14d02651d (diff)
downloadexternal_mesa3d-02fdb5cb51fdbe63261ffeb7d5ca0fa10838899b.zip
external_mesa3d-02fdb5cb51fdbe63261ffeb7d5ca0fa10838899b.tar.gz
external_mesa3d-02fdb5cb51fdbe63261ffeb7d5ca0fa10838899b.tar.bz2
targets/dri: move linker flags out of configure into Automake.inc
Previous assumption was that the same set of flags can be reused for both classic and gallium drivers. With megadriver work done the classic drivers ended up using their own (single) instance of the flags. Move these into Automake.inc and rename to indicate that those are gallium specific. Additionally silence an automake/autoconf warning "XXX is not a standard libtool library name", due to the parsing issues of the module tag. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/gallium/targets/radeonsi/dri')
-rw-r--r--src/gallium/targets/radeonsi/dri/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/radeonsi/dri/Makefile.am b/src/gallium/targets/radeonsi/dri/Makefile.am
index aacb18c..2c1a58d 100644
--- a/src/gallium/targets/radeonsi/dri/Makefile.am
+++ b/src/gallium/targets/radeonsi/dri/Makefile.am
@@ -36,7 +36,7 @@ nodist_EXTRA_radeonsi_dri_la_SOURCES = dummy.cpp
radeonsi_dri_la_SOURCES = \
drm_target.c
-radeonsi_dri_la_LDFLAGS = $(DRI_DRIVER_LDFLAGS)
+radeonsi_dri_la_LDFLAGS = $(GALLIUM_DRI_LINKER_FLAGS)
radeonsi_dri_la_LIBADD = \
$(top_builddir)/src/mesa/drivers/dri/common/libdricommon.la \