From d6121b46511a03cdc199d4fd6a520fb0483c331c Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Tue, 5 Feb 2013 18:01:05 +0000 Subject: [PATCH] build: add shiny_SK.lolfx to Makefile.am. --- src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 60d0c929..3e3f67ca 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -62,7 +62,9 @@ liblol_sources = \ \ easymesh/easymesh.cpp easymesh/easymesh.h \ easymesh/csgbsp.cpp easymesh/csgbsp.h \ - easymesh/shiny.lolfx \ + easymesh/shiny.lolfx easymesh/shinydebugwireframe.lolfx \ + easymesh/shinydebuglighting.lolfx easymesh/shinydebugnormal.lolfx \ + easymesh/shinydebugUV.lolfx easymesh/shiny_SK.lolfx \ easymesh/easymesh-compiler.cpp easymesh/easymesh-compiler.h \ generated/easymesh-parser.cpp generated/easymesh-parser.h \ generated/easymesh-scanner.cpp \