Module: Mesa Branch: master Commit: 27395cb5b688d3d255d11c4d766a2699fd1c67d4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=27395cb5b688d3d255d11c4d766a2699fd1c67d4
Author: Brian Paul <[email protected]> Date: Thu Aug 25 10:31:17 2011 -0600 pp: add files to Makefile.sources --- src/gallium/auxiliary/Makefile.sources | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index 07cc315..766beb0 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -57,6 +57,12 @@ C_SOURCES := \ pipebuffer/pb_bufmgr_pool.c \ pipebuffer/pb_bufmgr_slab.c \ pipebuffer/pb_validate.c \ + postprocess/pp_celshade.c \ + postprocess/pp_colors.c \ + postprocess/pp_init.c \ + postprocess/pp_mlaa.c \ + postprocess/pp_run.c \ + postprocess/pp_program.c \ rbug/rbug_connection.c \ rbug/rbug_context.c \ rbug/rbug_core.c \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
