diff options
author | Eric Anholt <[email protected]> | 2012-05-29 14:45:10 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-06-11 09:28:00 -0700 |
commit | 446faee094ae6f0a4914b59a9eb87077a1f7b3c5 (patch) | |
tree | b40accd831a5ab5dba41945db6fa2e4978a3b21a /src/glsl/Makefile | |
parent | 7edbf4b3232eef7dac47a901829c586b61d8cbd2 (diff) |
automake: Add a prefix variable for libglsl sources.
See e86c40a84d241b954594f5ae7df9b9c3fc797a4e for reasoning. In the
process I did s/:=/=/ to shut up automake about nonportable make syntax.
Diffstat (limited to 'src/glsl/Makefile')
-rw-r--r-- | src/glsl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/Makefile b/src/glsl/Makefile index 7c80c95d804..2ae46d1f7c9 100644 --- a/src/glsl/Makefile +++ b/src/glsl/Makefile @@ -7,6 +7,7 @@ include $(TOP)/configs/current LIBNAME = glsl +GLSL_SRCDIR=. include Makefile.sources GLCPP_SOURCES = \ |