diff options
author | Ian Romanick <[email protected]> | 2011-12-07 16:12:21 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2011-12-19 14:55:31 -0800 |
commit | 6f76efa9224f6a1cbe35f419172549abafdd751e (patch) | |
tree | 3f99deb75e0888cc499b005adea77d89ceabfe29 /src/glx/apple/Makefile | |
parent | 4dbd13cb3f5aeff6ddc85fd091b4677369c19778 (diff) |
glx: Make __glXSendError available in non-Apple builds
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Adam Jackson <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Cc: 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 6868d28451b..66e665849ad 100644 --- a/src/glx/apple/Makefile +++ b/src/glx/apple/Makefile @@ -39,7 +39,7 @@ SOURCES = \ ../compsize.c \ ../glxconfig.c \ glx_empty.c \ - glx_error.c \ + ../glx_error.c \ ../glx_pbuffer.c \ ../glx_query.c \ ../glxcmds.c \ |