diff options
author | Eric Anholt <eric@anholt.net> | 2010-05-03 10:19:33 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-06-24 15:05:19 -0700 |
commit | b5039eff3f361f281e0da65fb413180357e2a762 (patch) | |
tree | f6f5de47a149d2bcd3d9753b7f5944d65ad7f456 | |
parent | 182b623de3beafaf586644014e108339a644b2db (diff) |
Add missing dist file.
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 88d8f0587c..bb2cc34ccc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,7 +64,8 @@ glsl_SOURCES = \ ir_vec_index_to_swizzle.cpp \ linker.cpp \ mesa_codegen.cpp \ - msea_codegen.h + mesa_codegen.h \ + mesa/shader/prog_instruction.h DISTFILES = \ mesa_codegen.brg |