summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauri Kasanen <cand@gmx.com>2011-08-16 16:09:16 +0300
committerLauri Kasanen <cand@gmx.com>2011-08-17 14:03:22 +0300
commitf4f45da8955567e4badcdb2062a8fae4cc9522a6 (patch)
treef70683db8a1a1c4206832d9f509a9da415d7f577
parent62c519c1179f9c30d8675e6bdad66ca45c74f878 (diff)
aux/Makefile,SConscript: Build PP
-rw-r--r--src/gallium/auxiliary/Makefile6
-rw-r--r--src/gallium/auxiliary/SConscript6
2 files changed, 12 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile
index 7dae7bc908..6634b392f7 100644
--- a/src/gallium/auxiliary/Makefile
+++ b/src/gallium/auxiliary/Makefile
@@ -64,6 +64,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 \
diff --git a/src/gallium/auxiliary/SConscript b/src/gallium/auxiliary/SConscript
index d18f55f164..6535b0fb82 100644
--- a/src/gallium/auxiliary/SConscript
+++ b/src/gallium/auxiliary/SConscript
@@ -110,6 +110,12 @@ source = [
'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',