summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/Makefile.am
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2012-01-25 14:42:45 -0800
committerEric Anholt <eric@anholt.net>2012-01-26 16:14:32 -0800
commit5fa27eafc81fee0a0b4b22953538a89811b35b7b (patch)
treee799578d1d07b76f57c9e941281fedcd5ce0bf68 /src/mesa/drivers/dri/r200/Makefile.am
parent45389caf0583fafbc56340fc66008382db4df950 (diff)
downloadexternal_mesa3d-5fa27eafc81fee0a0b4b22953538a89811b35b7b.zip
external_mesa3d-5fa27eafc81fee0a0b4b22953538a89811b35b7b.tar.gz
external_mesa3d-5fa27eafc81fee0a0b4b22953538a89811b35b7b.tar.bz2
radeon: Fix missing dri common symbols after automake conversion.
Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/mesa/drivers/dri/r200/Makefile.am')
-rw-r--r--src/mesa/drivers/dri/r200/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r200/Makefile.am b/src/mesa/drivers/dri/r200/Makefile.am
index e83c5b7..d128dee 100644
--- a/src/mesa/drivers/dri/r200/Makefile.am
+++ b/src/mesa/drivers/dri/r200/Makefile.am
@@ -52,7 +52,8 @@ r200_dri_la_LDFLAGS = -module -avoid-version -shared
r200_dri_la_LIBADD = \
$(DRI_LIB_DEPS) \
$(DRICORE_LIB_DEPS) \
- $(RADEON_LIBS)
+ $(RADEON_LIBS) \
+ ../common/libdricommon.la
# Provide compatibility with scripts for the old Mesa build system for
# a while by putting a link to the driver into /lib of the build tree.