diff options
author | Brian Paul <[email protected]> | 2010-06-04 17:42:04 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-06-04 17:47:53 -0600 |
commit | 3d07060ae338b2906f3fd7a4f89ec51f70852f69 (patch) | |
tree | eab541977d44af74443deb8c2feb21d185c1fd3b /configs/autoconf.in | |
parent | 0a401b5d2fcd56a110b77febd74df532af39c895 (diff) |
mesa: remove PROGRAM_DIRS from config files
Diffstat (limited to 'configs/autoconf.in')
-rw-r--r-- | configs/autoconf.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in index b7e8d8ee901..3428e3a2944 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@ |