From d1209d5598929a5f5ae8e89f3d2315f8d13ae97d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20=E2=80=98Touky=E2=80=99=20Huet?= Date: Tue, 12 Mar 2013 11:34:28 +0000 Subject: [PATCH] CIS FAIL --- tutorial/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/Makefile.am b/tutorial/Makefile.am index a50f33be..a10a821c 100644 --- a/tutorial/Makefile.am +++ b/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 \ 08_fbo 11_fractal \ - 12_fractal + 12_voronoi 01_triangle_SOURCES = 01_triangle.cpp 01_triangle.lolfx 01_triangle_CPPFLAGS = $(AM_CPPFLAGS)