summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2021-05-07 09:53:23 -0400
committerDavid Thompson <dthompson2@worcester.edu>2021-05-07 09:53:23 -0400
commitfeb3c58215960f2bac66922e8d1a1f8e32b7ff95 (patch)
tree476c9d973cec76aa7caf34545f15140415d0973c /Makefile.am
parente142166c3e2d6f567ed0d4e4c414fa510271260f (diff)
graphics: phong: Extract shader code to separate files.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index be1a53f..be0f917 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -133,7 +133,9 @@ dist_shaders_DATA = \
data/shaders/path-vert.glsl \
data/shaders/path-frag.glsl \
data/shaders/pbr-vert.glsl \
- data/shaders/pbr-frag.glsl
+ data/shaders/pbr-frag.glsl \
+ data/shaders/phong-vert.glsl \
+ data/shaders/phong-frag.glsl
info_TEXINFOS = doc/chickadee.texi
doc_chickadee_TEXINFOS = \