diff options
author | Matt Turner <[email protected]> | 2013-01-17 23:28:42 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-01-22 14:33:41 -0800 |
commit | 952e6e9f3b0eb179f67345f00e5a7f1dbaa7bdd5 (patch) | |
tree | 54890d50498cbaf983c49c7e05c42838c5b795ee /src/glsl/Makefile.sources | |
parent | 2a710543968b6710368d53dbff350d2d23e08268 (diff) |
glsl/Makefile.sources: Correct BUILTIN_COMPILER_CXX_FILES
Squashed with two reverts:
Revert "android: Update for builtin_stubs.cpp move"
This reverts commit c0def90ede1e939173041b8785303de90f8fdc6c.
Revert "scons: Update for builtin_stubs.cpp"
This reverts commit 8ac4b82699ad0a59ae6ae6d3415702eaa5d4fe3b.
Tested-by: Andreas Boll <[email protected]>
Tested-on-Android-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/glsl/Makefile.sources')
-rw-r--r-- | src/glsl/Makefile.sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources index 7955d34550b..de63c324670 100644 --- a/src/glsl/Makefile.sources +++ b/src/glsl/Makefile.sources @@ -100,7 +100,7 @@ GLSL_COMPILER_CXX_FILES = \ # builtin_stubs.cpp, is used. BUILTIN_COMPILER_CXX_FILES = \ - $(GLSL_SRCDIR)/builtin_stubs.cpp + $(GLSL_SRCDIR)/builtin_compiler/builtin_stubs.cpp BUILTIN_COMPILER_GENERATED_CXX_FILES = \ $(GLSL_BUILDDIR)/glsl_lexer.cpp \ |