diff options
author | David Thompson <dthompson2@worcester.edu> | 2019-10-26 20:36:20 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2019-10-26 20:36:20 -0400 |
commit | e2940a5f70fb5b427b0e61273bfff035ae649527 (patch) | |
tree | 9b2997e2c791806309b8a427960a127543c04b70 | |
parent | c15e7c0ab824fae4e94766ce8eaa4c3f20db4f1f (diff) |
Makefile: Remove deleted shader files.
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 9cbcc59..e432424 100644 --- a/Makefile.am +++ b/Makefile.am @@ -110,11 +110,6 @@ dist_fonts_DATA = \ data/fonts/good-neighbors.fnt \ data/fonts/good-neighbors.png -shadersdir = $(pkgdatadir)/shaders -dist_shaders_DATA = \ - data/shaders/pbr/pbr-vert.glsl \ - data/shaders/pbr/pbr-frag.glsl - info_TEXINFOS = doc/chickadee.texi doc_chickadee_TEXINFOS = \ doc/fdl.texi \ |