gallium/glx/xlib: rename fakeglx.c to glx_api.c

This commit is contained in:
Brian Paul 2009-08-12 10:22:13 -06:00
parent 622d531296
commit 275d0e7e92
3 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ LIBRARY_INCLUDES = \
-I$(TOP)/src/mesa/main
C_SOURCES = \
glx_api.c \
glx_getproc.c \
fakeglx.c \
glx_usefont.c \
xm_api.c

View File

@ -19,8 +19,8 @@ if env['platform'] == 'linux' \
st_xlib = env.ConvenienceLibrary(
target = 'st_xlib',
source = [
'glx_api.c',
'glx_getproc.c',
'fakeglx.c',
'glx_usefont.c',
'xm_api.c',
]