mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-19 14:58:32 +02:00
automake: Fix path to generated source
Fixes: b63a1f8e40
("glsl: Create file to contain software fp64 functions")
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
parent
9de90caca8
commit
7d7b30835c
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ LIBGLSL_GENERATED_FILES = \
|
|||
glsl/glsl_lexer.cpp \
|
||||
glsl/glsl_parser.cpp \
|
||||
glsl/glsl_parser.h \
|
||||
compiler/glsl/float64_glsl.h
|
||||
glsl/float64_glsl.h
|
||||
|
||||
# libglcpp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue