diff options
| author | Ben Skeggs <bskeggs@redhat.com> | 2009-05-08 09:22:16 +1000 | 
|---|---|---|
| committer | Ben Skeggs <bskeggs@redhat.com> | 2009-05-08 09:33:02 +1000 | 
| commit | 71b1c92405de2848de4b7effdbc236da1a4815bd (patch) | |
| tree | a3eecd06ffae02c18c756f0fd5f0948e1dd6f44b | |
| parent | 9e02fa45320c724c69839dae5aaa47034eae5125 (diff) | |
nouveau: respect GALLIUM_STATE_TRACKERS_DIRS
| -rw-r--r-- | src/gallium/winsys/drm/nouveau/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/winsys/drm/nouveau/Makefile b/src/gallium/winsys/drm/nouveau/Makefile index e275b2d9e7..6c9cbef26d 100644 --- a/src/gallium/winsys/drm/nouveau/Makefile +++ b/src/gallium/winsys/drm/nouveau/Makefile @@ -2,7 +2,7 @@  TOP = ../../../../..  include $(TOP)/configs/current -SUBDIRS = drm dri +SUBDIRS = drm $(GALLIUM_STATE_TRACKERS_DIRS)  default install clean:  	@for dir in $(SUBDIRS) ; do \  | 
