summaryrefslogtreecommitdiff
path: root/src/mesa/shader/sources
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-11-21 16:04:22 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-11-21 16:04:22 +0000
commit8f008056b2e6347850ec52fdd6da7928b56c4ef9 (patch)
tree41bc0a168ea36ce741c6b928cc2c157337a7c25b /src/mesa/shader/sources
parentf332da515cdb8cacc3fdba8a74267d015b7c08be (diff)
list header files in sources files (Dan Nicholson)
Diffstat (limited to 'src/mesa/shader/sources')
-rw-r--r--src/mesa/shader/sources15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/mesa/shader/sources b/src/mesa/shader/sources
index 573be89b9a..3db2de92e0 100644
--- a/src/mesa/shader/sources
+++ b/src/mesa/shader/sources
@@ -11,3 +11,18 @@ program.c \
programopt.c \
shaderobjects.c \
shaderobjects_3dlabs.c
+
+MESA_SHADER_HEADERS = \
+arbprogparse.h \
+arbprogram.h \
+arbprogram_syn.h \
+atifragshader.h \
+nvfragparse.h \
+nvprogram.h \
+nvvertexec.h \
+nvvertparse.h \
+programopt.h \
+program.h \
+program_instruction.h \
+shaderobjects.h \
+shaderobjects_3dlabs.h