From 9cf96538d931f1d723121e0303336ebd9aa44ad7 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 18 Oct 2014 16:11:09 +0000 Subject: [PATCH] build: minor compilation fix. --- demos/tutorial/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/tutorial/Makefile.am b/demos/tutorial/Makefile.am index 796b94b2..51a32b4e 100644 --- a/demos/tutorial/Makefile.am +++ b/demos/tutorial/Makefile.am @@ -3,7 +3,7 @@ include $(top_srcdir)/build/autotools/common.am noinst_PROGRAMS = 01_triangle 02_cube 03_noise 04_texture 05_easymesh \ 06_sprite 07_input 08_fbo 11_fractal \ - 12_voronoi + 12_voronoi 13_shader_builder 01_triangle_SOURCES = 01_triangle.cpp 01_triangle.lolfx 01_triangle_CPPFLAGS = $(AM_CPPFLAGS)