diff options
author | michal <michal@transistor.(none)> | 2009-12-10 01:03:15 +0100 |
---|---|---|
committer | michal <michal@transistor.(none)> | 2009-12-10 01:03:15 +0100 |
commit | 068596c9a7e8d330ffdff8ad8700bd6093b5bdea (patch) | |
tree | 9a7cab7a0c44d83169f59ac3aa4ac2b60e8c7acb /Makefile | |
parent | 77a0a3e5ca5dfa951056d9054b4147e3ea0965f3 (diff) |
Build mesa glsl with make.
Still don't know how to add glsl to mesa dependencies.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -225,6 +225,10 @@ MAIN_FILES = \ $(DIRECTORY)/include/GL/vms_x_fix.h \ $(DIRECTORY)/include/GL/wglext.h \ $(DIRECTORY)/include/GL/wmesa.h \ + $(DIRECTORY)/src/glsl/Makefile \ + $(DIRECTORY)/src/glsl/*/Makefile \ + $(DIRECTORY)/src/glsl/*/SConscript \ + $(DIRECTORY)/src/glsl/*/*.[ch] \ $(DIRECTORY)/src/Makefile \ $(DIRECTORY)/src/mesa/Makefile* \ $(DIRECTORY)/src/mesa/sources.mak \ |