summaryrefslogtreecommitdiff
path: root/configs/autoconf.in
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-06-04 17:42:04 -0600
committerBrian Paul <brianp@vmware.com>2010-06-04 17:47:53 -0600
commit3d07060ae338b2906f3fd7a4f89ec51f70852f69 (patch)
treeeab541977d44af74443deb8c2feb21d185c1fd3b /configs/autoconf.in
parent0a401b5d2fcd56a110b77febd74df532af39c895 (diff)
mesa: remove PROGRAM_DIRS from config files
Diffstat (limited to 'configs/autoconf.in')
-rw-r--r--configs/autoconf.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in
index b7e8d8ee90..3428e3a294 100644
--- a/configs/autoconf.in
+++ b/configs/autoconf.in
@@ -95,9 +95,6 @@ GALLIUM_STATE_TRACKERS_DIRS = @GALLIUM_STATE_TRACKERS_DIRS@
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:
-PROGRAM_DIRS = @PROGRAM_DIRS@
-
# Driver specific build vars
DRI_DIRS = @DRI_DIRS@
EGL_DISPLAYS = @EGL_DISPLAYS@