diff options
author | Chia-I Wu <olvaffe@gmail.com> | 2009-09-14 11:55:18 +0800 |
---|---|---|
committer | Chia-I Wu <olvaffe@gmail.com> | 2009-09-14 13:05:15 +0800 |
commit | a1842a4f114122641192f0fc6935685e9bbd60df (patch) | |
tree | 73dbe7820a19c67f3f1a6aab9b53874d33e94b06 /src/mesa/es | |
parent | 73f3765270657a847eef5ffc8fb3e054638a874e (diff) |
es: Build libesX.a.
Diffstat (limited to 'src/mesa/es')
-rw-r--r-- | src/mesa/es/Makefile | 6 |
1 files 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 |