diff options
author | Keith Whitwell <[email protected]> | 2009-01-09 17:52:06 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-01-09 17:52:06 +0000 |
commit | 61e843ff4bf9b9e8c4a7a8a485cee852a4f1dd86 (patch) | |
tree | 0aa8c369fa7ca9d1d7bcb2697adb7d6644707140 /src/gallium/state_trackers/Makefile | |
parent | 75aac1b49665b471a4da79de95441c625923f18f (diff) |
xlib: move state tracker to glx/xlib
Also, remove makefile hacks.
Diffstat (limited to 'src/gallium/state_trackers/Makefile')
-rw-r--r-- | src/gallium/state_trackers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/Makefile b/src/gallium/state_trackers/Makefile index 7e8cc038545..07b3fbf3119 100644 --- a/src/gallium/state_trackers/Makefile +++ b/src/gallium/state_trackers/Makefile @@ -2,7 +2,7 @@ TOP = ../../.. include $(TOP)/configs/current -SUBDIRS = xlib +SUBDIRS = glx default: subdirs |