st/xa, xa/vmwgfx: Set the right version on library suffix

Also remove some unused variables in the st/xa makefile.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
This commit is contained in:
Thomas Hellstrom 2011-11-24 22:01:54 +01:00
parent 75cc24c876
commit 404d2f9c86
2 changed files with 1 additions and 4 deletions

View File

@ -3,9 +3,6 @@ include $(TOP)/configs/current
##### MACROS #####
XA_MAJOR = 0
XA_MINOR = 4
XA_TINY = 0
XA_CFLAGS = -g -fPIC -Wall
XA_INCLUDES= -I$(TOP)/src/gallium/ \

View File

@ -4,7 +4,7 @@ include $(TOP)/configs/current
##### MACROS #####
XA_MAJOR = 0
XA_MINOR = 4
XA_MINOR = 5
XA_TINY = 0
XA_CFLAGS = -g -fPIC