nouveau: respect GALLIUM_STATE_TRACKERS_DIRS
authorBen Skeggs <bskeggs@redhat.com>
Thu, 7 May 2009 23:22:16 +0000 (09:22 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 7 May 2009 23:33:02 +0000 (09:33 +1000)
src/gallium/winsys/drm/nouveau/Makefile

index e275b2d9e7ba4dd14110687fde8c391a809a06a9..6c9cbef26df93a451b5cea51758bf08065655bd2 100644 (file)
@@ -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 \