diff options
author | Jeremy Huddleston <[email protected]> | 2012-04-28 23:19:42 -0700 |
---|---|---|
committer | Jeremy Huddleston <[email protected]> | 2012-05-03 10:58:34 -0700 |
commit | 51691f0767f6a75a1f549cd979a878a0ad12a228 (patch) | |
tree | 86685afa697ba08d558e26c86ba5880c53c547d1 /src/glx/apple/Makefile | |
parent | cf5db0a418b63d71385b43897a7ea9be7bb785d1 (diff) |
darwin: Use ASL for logging
Signed-off-by: Jeremy Huddleston <[email protected]>
Diffstat (limited to 'src/glx/apple/Makefile')
-rw-r--r-- | src/glx/apple/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/apple/Makefile b/src/glx/apple/Makefile index dc64295f73c..68fe6ad745b 100644 --- a/src/glx/apple/Makefile +++ b/src/glx/apple/Makefile @@ -26,6 +26,7 @@ SOURCES = \ apple_glx.c \ apple_glx_context.c \ apple_glx_drawable.c \ + apple_glx_log.c \ apple_glx_pbuffer.c \ apple_glx_pixmap.c \ apple_glx_surface.c \ |