diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2010-07-28 10:13:44 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-07-28 16:42:00 -0400 |
commit | 65d98e25770487456eb3d7eb8ec3ec8272f170b1 (patch) | |
tree | edbd4a525dc8180d849187e7838975e67b738191 /src/glx/Makefile | |
parent | 6ddf66e9230ee862ac341c4767cf6b3b2dd2552b (diff) |
glx: Rename glcontextmodes.[ch] to glxconfig.[ch]
Diffstat (limited to 'src/glx/Makefile')
-rw-r--r-- | src/glx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/Makefile b/src/glx/Makefile index 48d901fb89..70def7a2fb 100644 --- a/src/glx/Makefile +++ b/src/glx/Makefile @@ -5,10 +5,10 @@ EXTRA_DEFINES = -DXF86VIDMODE -D_REENTRANT \ -DDEFAULT_DRIVER_DIR=\"$(DRI_DRIVER_SEARCH_DIR)\" SOURCES = \ - glcontextmodes.c \ clientattrib.c \ compsize.c \ eval.c \ + glxconfig.c \ glxcmds.c \ glxcurrent.c \ glxext.c \ |