diff options
author | Brian Paul <brianp@vmware.com> | 2009-08-12 10:19:59 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-08-12 10:32:22 -0600 |
commit | f5dd1cff9405d561192414284e648862bb6d56b2 (patch) | |
tree | d5392d7734853a42045cc70f9b9dbbb91ca393ef /src/gallium/state_trackers/glx/xlib/Makefile | |
parent | 0528d6c70497a85ead1e17a3758f1b86617d9a05 (diff) |
gallium/glx/xlib: rename fakeglx_fonts.c to glx_usefont.c
Diffstat (limited to 'src/gallium/state_trackers/glx/xlib/Makefile')
-rw-r--r-- | src/gallium/state_trackers/glx/xlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/glx/xlib/Makefile b/src/gallium/state_trackers/glx/xlib/Makefile index 7302ad0aab..1158de2d13 100644 --- a/src/gallium/state_trackers/glx/xlib/Makefile +++ b/src/gallium/state_trackers/glx/xlib/Makefile @@ -11,7 +11,7 @@ LIBRARY_INCLUDES = \ C_SOURCES = \ glx_getproc.c \ fakeglx.c \ - fakeglx_fonts.c \ + glx_usefont.c \ xm_api.c include ../../../Makefile.template |