summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/r300
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2013-11-09 23:00:14 +0000
committerEmil Velikov <[email protected]>2013-11-16 16:31:04 +0000
commit02fdb5cb51fdbe63261ffeb7d5ca0fa10838899b (patch)
treefe1c9cc7a970ebd9c6a9980e9a5826990e9e8ec8 /src/gallium/targets/r300
parent5b8c2c8f00a145d0e62edac9c92c1ef14d02651d (diff)
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 <[email protected]>
Diffstat (limited to 'src/gallium/targets/r300')
-rw-r--r--src/gallium/targets/r300/dri/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/r300/dri/Makefile.am b/src/gallium/targets/r300/dri/Makefile.am
index 8b0b768da90..d6d8f2d3f97 100644
--- a/src/gallium/targets/r300/dri/Makefile.am
+++ b/src/gallium/targets/r300/dri/Makefile.am
@@ -36,7 +36,7 @@ nodist_EXTRA_r300_dri_la_SOURCES = dummy.cpp
r300_dri_la_SOURCES = \
drm_target.c
-r300_dri_la_LDFLAGS = $(DRI_DRIVER_LDFLAGS)
+r300_dri_la_LDFLAGS = $(GALLIUM_DRI_LINKER_FLAGS)
r300_dri_la_LIBADD = \
$(top_builddir)/src/mesa/drivers/dri/common/libdricommon.la \