diff options
author | Jeremy Huddleston <[email protected]> | 2011-06-05 16:56:01 -0400 |
---|---|---|
committer | Jeremy Huddleston <[email protected]> | 2011-06-05 18:03:45 -0400 |
commit | 4c9bab78a118953baf307e31cd53e731299f0151 (patch) | |
tree | 8dffbffd4b05c2b3735d2f9caec6edc73b966a5f /src/glx/apple/Makefile | |
parent | 8e89d0bea7df553a6c937aaa87b1a3c179f69599 (diff) |
apple: Rename glcontextmodes.[ch] to glxconfig.[ch]
Fixes regression introduced by: 65d98e25770487456eb3d7eb8ec3ec8272f170b1
Signed-off-by: Jeremy Huddleston <[email protected]>
Diffstat (limited to 'src/glx/apple/Makefile')
-rw-r--r-- | src/glx/apple/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/apple/Makefile b/src/glx/apple/Makefile index fd47b3d39c2..757e811691e 100644 --- a/src/glx/apple/Makefile +++ b/src/glx/apple/Makefile @@ -38,7 +38,7 @@ SOURCES = \ appledri.c \ ../clientattrib.c \ ../compsize.c \ - ../glcontextmodes.c \ + ../glxconfig.c \ glx_empty.c \ glx_error.c \ ../glx_pbuffer.c \ |