gallium/glx/xlib: rename glxapi.c to glx_getproc.c

This commit is contained in:
Brian Paul 2009-08-12 09:57:18 -06:00
parent f546fa00aa
commit 0528d6c704
3 changed files with 3 additions and 2 deletions

View file

@ -9,7 +9,7 @@ LIBRARY_INCLUDES = \
-I$(TOP)/src/mesa/main
C_SOURCES = \
glxapi.c \
glx_getproc.c \
fakeglx.c \
fakeglx_fonts.c \
xm_api.c

View file

@ -18,7 +18,8 @@ if env['platform'] == 'linux' \
st_xlib = env.ConvenienceLibrary(
target = 'st_xlib',
source = [ 'glxapi.c',
source = [
'glx_getproc.c',
'fakeglx.c',
'fakeglx_fonts.c',
'xm_api.c',