automake: Fix path to generated source
authorDylan Baker <dylan@pnwbakers.com>
Tue, 29 Jan 2019 17:52:39 +0000 (09:52 -0800)
committerDylan Baker <dylan@pnwbakers.com>
Tue, 29 Jan 2019 23:24:57 +0000 (23:24 +0000)
Fixes: b63a1f8e40b6705d6a1d806fbd38dcd197d4229b
       ("glsl: Create file to contain software fp64 functions")
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/compiler/Makefile.sources

index 66c1018..489022a 100644 (file)
@@ -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