diff options
author | Zack Rusin <zackr@vmware.com> | 2009-01-30 17:59:10 -0500 |
---|---|---|
committer | Zack Rusin <zackr@vmware.com> | 2009-01-30 17:59:55 -0500 |
commit | 26c9b1534388876797168cfece507fa7b9e8665a (patch) | |
tree | bf5b8138cdb847e612c59c26247b2e02a035cc35 /src/gallium/auxiliary/util/Makefile | |
parent | 8d0b689a56bd0a2d9d183fad769a9db988eb0486 (diff) |
gallium: add a convience wrapper for simple screens
forwards screen calls to the winsys
Diffstat (limited to 'src/gallium/auxiliary/util/Makefile')
-rw-r--r-- | src/gallium/auxiliary/util/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/Makefile b/src/gallium/auxiliary/util/Makefile index 6773ed73cf..44c2377721 100644 --- a/src/gallium/auxiliary/util/Makefile +++ b/src/gallium/auxiliary/util/Makefile @@ -23,7 +23,8 @@ C_SOURCES = \ u_stream_wd.c \ u_tile.c \ u_time.c \ - u_timed_winsys.c + u_timed_winsys.c \ + u_simple_screen.c include ../../Makefile.template |