summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2011-08-25 10:31:17 -0600
committerBrian Paul <brianp@vmware.com>2011-08-25 10:36:59 -0600
commit27395cb5b688d3d255d11c4d766a2699fd1c67d4 (patch)
tree0961dd2db6dbf85db7d67b4af43a19f9cdfe62ab
parent6571c0774af1f5ebd0fab40bf4769702d3c9ded5 (diff)
pp: add files to Makefile.sources
-rw-r--r--src/gallium/auxiliary/Makefile.sources6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources
index 07cc3156f0..766beb0faf 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 \