diff options
author | Rob Clark <[email protected]> | 2015-09-11 12:48:05 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2015-09-16 10:04:13 -0400 |
commit | f2533f2f8cc059e6d239e414f410483a53970cd3 (patch) | |
tree | 7c856cf3e7c54e8b6384cc28f99433b936984b6f /src/Makefile.am | |
parent | 5bb41d9094b3c9bdf0669fd55418981ed83347e3 (diff) |
glsl: shader-enum to name debug fxns
Signed-off-by: Rob Clark <[email protected]>
Reviewed-by: Iago Toral Quiroga <[email protected]>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0d49bcd19ed..9e15cca5ea4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -62,6 +62,7 @@ AM_CPPFLAGS = \ noinst_LTLIBRARIES = libglsl_util.la libglsl_util_la_SOURCES = \ + glsl/shader_enums.c \ mesa/main/imports.c \ mesa/program/prog_hash_table.c \ mesa/program/symbol_table.c \ |