summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2021-05-07 09:49:57 -0400
committerDavid Thompson <dthompson2@worcester.edu>2021-05-07 09:49:57 -0400
commite142166c3e2d6f567ed0d4e4c414fa510271260f (patch)
tree3692fc871d6d46ae53d702d7bb1b0f538255c48b /Makefile.am
parenta5170a38e87b8ba4d6043e180e95f92927c8e467 (diff)
graphics: pbr: 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 72c5ab2..be1a53f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -131,7 +131,9 @@ dist_fonts_DATA = \
shadersdir = $(pkgdatadir)/shaders
dist_shaders_DATA = \
data/shaders/path-vert.glsl \
- data/shaders/path-frag.glsl
+ data/shaders/path-frag.glsl \
+ data/shaders/pbr-vert.glsl \
+ data/shaders/pbr-frag.glsl
info_TEXINFOS = doc/chickadee.texi
doc_chickadee_TEXINFOS = \