projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fa27ea
)
nouveau: Fix missing dri common symbols after automake conversion.
author
Eric Anholt
<eric@anholt.net>
Fri, 27 Jan 2012 00:10:48 +0000
(16:10 -0800)
committer
Eric Anholt
<eric@anholt.net>
Fri, 27 Jan 2012 00:14:35 +0000
(16:14 -0800)
src/mesa/drivers/dri/nouveau/Makefile.am
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/nouveau/Makefile.am
b/src/mesa/drivers/dri/nouveau/Makefile.am
index 77880fd5f830be44f496a49336def9cf3520d095..1d9de507d90f950a2698ef3f11b99583f3538ccb 100644
(file)
--- 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.