summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2020-10-20 23:23:40 -0700
committerVito Caputo <vcaputo@pengaru.com>2020-10-20 23:23:40 -0700
commit624b0a06edf7114950476a8ce79fff9927b1fc62 (patch)
tree159c9570df9c0bfdafe8f04c6b039fa8290b09a8 /src/Makefile.am
parent90ce0330f586dd7c0114beed6775ea6d47cf7c67 (diff)
pig: show sad face on shader errors
Introduces sad-node.[ch] implementing a simple sad face shader node, normally inactive but made active when the shader files fail to reload.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 168d4d1..0088044 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -14,6 +14,8 @@ pig_SOURCES = \
macros.h \
main.c \
m4f.h \
+ sad-node.c \
+ sad-node.h \
shader.c \
shader.h \
shader-node.c \
© All Rights Reserved