summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2012-01-26 16:10:48 -0800
committerEric Anholt <eric@anholt.net>2012-01-26 16:14:35 -0800
commit1237a569164930e12bd826031858f3169b85795f (patch)
tree571c930a7b93e0236c8f5359b6d6c29b762c1c91
parent5fa27eafc81fee0a0b4b22953538a89811b35b7b (diff)
nouveau: Fix missing dri common symbols after automake conversion.
-rw-r--r--src/mesa/drivers/dri/nouveau/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/nouveau/Makefile.am b/src/mesa/drivers/dri/nouveau/Makefile.am
index 77880fd5f83..1d9de507d90 100644
--- a/src/mesa/drivers/dri/nouveau/Makefile.am
+++ b/src/mesa/drivers/dri/nouveau/Makefile.am
@@ -50,7 +50,8 @@ nouveau_vieux_dri_la_LDFLAGS = -module -avoid-version -shared
nouveau_vieux_dri_la_LIBADD = \
$(DRI_LIB_DEPS) \
$(DRICORE_LIB_DEPS) \
- $(NOUVEAU_LIBS)
+ $(NOUVEAU_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.