summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMarc Dietrich <marvin24@gmx.de>2010-01-02 13:51:17 +0100
committerBrian Paul <brianp@vmware.com>2010-01-02 10:33:15 -0700
commit995c3420186cad609b8a785be0d76f17096bf14d (patch)
tree8d7b9d92a2868c25c8d2c5add33f572db344246f /configs
parent1fbc71937f7da1339c4a456b0bac48881b7e2b7c (diff)
autoconf: fix build breakage
Diffstat (limited to 'configs')
-rw-r--r--configs/autoconf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in
index a7f3c9df926..241ac994632 100644
--- a/configs/autoconf.in
+++ b/configs/autoconf.in
@@ -71,7 +71,7 @@ GALLIUM_DRIVERS_DIRS = @GALLIUM_DRIVERS_DIRS@
GALLIUM_WINSYS_DIRS = @GALLIUM_WINSYS_DIRS@
GALLIUM_WINSYS_DRM_DIRS = @GALLIUM_WINSYS_DRM_DIRS@
GALLIUM_STATE_TRACKERS_DIRS = @GALLIUM_STATE_TRACKERS_DIRS@
-GALLIUM_AUXILIARIES = $(foreach DIR,$(GALLIUM_AUXILIARY_DIRS),$(TOP)/src/gallium/auxiliary/$(DIR)/lib$(DIR).a)
+GALLIUM_AUXILIARIES = $(TOP)/src/gallium/auxiliary/libgallium.a
GALLIUM_DRIVERS = $(foreach DIR,$(GALLIUM_DRIVERS_DIRS),$(TOP)/src/gallium/drivers/$(DIR)/lib$(DIR).a)
# Which subdirs under $(TOP)/progs/ to enter: