st/xa, xa/vmwgfx: Set the right version on library suffix
authorThomas Hellstrom <thellstrom@vmware.com>
Thu, 24 Nov 2011 21:01:54 +0000 (22:01 +0100)
committerThomas Hellstrom <thellstrom@vmware.com>
Fri, 25 Nov 2011 15:36:29 +0000 (16:36 +0100)
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>
src/gallium/state_trackers/xa/Makefile
src/gallium/targets/xa-vmwgfx/Makefile

index d95f93826305d5afb130a346722691a50ef2a33e..9ac635136bb43990b36359381bf7d3fdc7f7e0a0 100644 (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/ \
index 5eebc50df2b3706319c2126183d7bd73e75421df..1f839d26bff36380c4ec55a75bcb9fd203908f7d 100644 (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