diff options
author | Younes Manton <[email protected]> | 2009-11-05 23:58:29 -0500 |
---|---|---|
committer | Younes Manton <[email protected]> | 2009-11-05 23:58:29 -0500 |
commit | 8ebc795ec4265577fe67185a32d8985debda076a (patch) | |
tree | b794c3ff58f31aa9028915606d2ab368dd4f60a2 /src/gallium/winsys/g3dvl/Makefile | |
parent | dcccbfd14e46a4b69d3e89666d57f07589eaef9b (diff) |
g3dvl: Shared drm winsys bits.
Diffstat (limited to 'src/gallium/winsys/g3dvl/Makefile')
-rw-r--r-- | src/gallium/winsys/g3dvl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/winsys/g3dvl/Makefile b/src/gallium/winsys/g3dvl/Makefile index 424ddea87ad..6c793e0f15b 100644 --- a/src/gallium/winsys/g3dvl/Makefile +++ b/src/gallium/winsys/g3dvl/Makefile @@ -1,7 +1,8 @@ +# src/gallium/winsys/Makefile TOP = ../../../.. include $(TOP)/configs/current -SUBDIRS = $(GALLIUM_WINSYS_DIRS) +SUBDIRS = $(GALLIUM_STATE_TRACKERS_DIRS) $(GALLIUM_WINSYS_DIRS) default install clean: @for dir in $(SUBDIRS) ; do \ |