diff options
author | José Fonseca <[email protected]> | 2010-02-14 23:53:42 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-02-14 23:53:42 +0000 |
commit | 270279ac997e2a7b4e57c122b8ae217195271f72 (patch) | |
tree | 758bcf9bb6bf0dd4f223577ec0c2b5f615b1a414 /src/gallium/auxiliary/Makefile | |
parent | d422310498f10bcf59c69faf04d8d4588303efc0 (diff) |
os: A stream for debug logging.
Just a wrapper around os_log_message. Although it would probably make
more sense to be the other way around.
Also some comment fixes.
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r-- | src/gallium/auxiliary/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index 7e4335f29f4..ff7695150e2 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -49,6 +49,7 @@ C_SOURCES = \ indices/u_indices_gen.c \ indices/u_unfilled_gen.c \ os/os_misc.c \ + os/os_stream_log.c \ os/os_stream_stdc.c \ os/os_stream_str.c \ os/os_stream_null.c \ |