summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-05-03 10:16:20 -0700
committerEric Anholt <eric@anholt.net>2010-06-24 15:05:19 -0700
commitaaee40e107cf07a12c8e373d8bb910254f4ba30b (patch)
tree7f82397ad77771c7058857dbf870647ab22f1643 /Makefile.am
parentb5039eff3f361f281e0da65fb413180357e2a762 (diff)
ir_to_mesa: Print out the resulting program.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index bb2cc34ccc..bf062595a9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -64,8 +64,11 @@ glsl_SOURCES = \
ir_vec_index_to_swizzle.cpp \
linker.cpp \
mesa_codegen.cpp \
- mesa_codegen.h \
- mesa/shader/prog_instruction.h
+ msea_codegen.h \
+ mesa/shader/prog_instruction.c \
+ mesa/shader/prog_instruction.h \
+ mesa/shader/prog_print.c \
+ mesa/shader/prog_print.h
DISTFILES = \
mesa_codegen.brg