radeon: fix library name for consistency
authorDave Airlie <airlied@redhat.com>
Mon, 22 Dec 2008 02:28:16 +0000 (12:28 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 22 Dec 2008 02:28:16 +0000 (12:28 +1000)
src/mesa/drivers/dri/r300/Makefile

index cbb09e6ce5913489004fc89825afb4964d609824..3d7122fce2df000602bf04c8f0c0f17c701ad093 100644 (file)
@@ -79,7 +79,7 @@ COMMON_SYMLINKS = \
        radeon_bo_legacy.h \
        radeon_cs_legacy.h
 
-DRI_LIB_DEPS += -ldrm-radeon
+DRI_LIB_DEPS += -ldrm_radeon
 
 ##### TARGETS #####