radeon: Fix missing dri common symbols after automake conversion.
authorEric Anholt <eric@anholt.net>
Wed, 25 Jan 2012 22:42:45 +0000 (14:42 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 27 Jan 2012 00:14:32 +0000 (16:14 -0800)
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/r200/Makefile.am
src/mesa/drivers/dri/radeon/Makefile.am

index e83c5b7137499c2f021d1fc5325533221a81fb3e..d128deedd4b5e8f5a8bc1956eb50df38fba32ee3 100644 (file)
@@ -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.
index 27e6ea58d69e1bff90ccbdf1a91d87ca462e5337..56f6d39208355aa9873b389c734db2a498eab64f 100644 (file)
@@ -52,7 +52,8 @@ radeon_dri_la_LDFLAGS = -module -avoid-version -shared
 radeon_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.