From a1842a4f114122641192f0fc6935685e9bbd60df Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Mon, 14 Sep 2009 11:55:18 +0800 Subject: es: Build libesX.a. --- src/mesa/es/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mesa/es/Makefile b/src/mesa/es/Makefile index 7b51a2b25d..b571eedecf 100644 --- a/src/mesa/es/Makefile +++ b/src/mesa/es/Makefile @@ -7,15 +7,15 @@ include $(TOP)/configs/current include sources.mak # no libes1.a and libes2.a by default -ES1_LIBS := libes1gallium.a libes1api.a -ES2_LIBS := libes2gallium.a libes2api.a +ES1_LIBS := libes1.a libes1gallium.a libes1api.a +ES2_LIBS := libes2.a libes2gallium.a libes2api.a # Default rule: create ES1 and ES2 libs .PHONY: default default: subdirs $(ES1_LIBS) $(ES2_LIBS) # force the inclusion of es's mfeatures.h -ES1_CFLAGS := -include main/mfeatures.h -D__GL_EXPORTS +ES1_CFLAGS := -include main/mfeatures.h -D__GL_EXPORTS -UIN_DRI_DRIVER ES2_CFLAGS := $(ES1_CFLAGS) # rebuild when these files are changed -- cgit v1.2.3