summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2021-09-21 20:31:17 -0400
committerDavid Thompson <dthompson2@worcester.edu>2021-09-21 20:34:43 -0400
commita700f36d804e9c6c64bdb4aa00bd7a039f3f553e (patch)
treec890b3348a8c07e718300685edfc6f562ca0c17e /Makefile.am
parenta4f403625aa06197f9cd724da9f50dda47c216cc (diff)
Add missing skybox shader files.
Oopsies!
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 883418a..da69162 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -155,7 +155,9 @@ dist_shaders_DATA = \
data/shaders/pbr-vert.glsl \
data/shaders/pbr-frag.glsl \
data/shaders/phong-vert.glsl \
- data/shaders/phong-frag.glsl
+ data/shaders/phong-frag.glsl \
+ data/shaders/skybox-frag.glsl \
+ data/shaders/skybox-vert.glsl
info_TEXINFOS = doc/chickadee.texi
doc_chickadee_TEXINFOS = \