From 38c5068834e6de5f4da00f2f29bdabc8fb9445a7 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Fri, 6 Jun 2014 09:23:20 +0000 Subject: [PATCH] build: add palette.lolfx to Makefile.am. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 390ebb15..0a5cd7d2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -93,7 +93,7 @@ liblolcore_sources = \ input/controller.cpp input/controller.h \ \ gpu/defaultmaterial.lolfx \ - gpu/tile.lolfx gpu/line.lolfx \ + gpu/tile.lolfx gpu/palette.lolfx gpu/line.lolfx \ gpu/emptymaterial.lolfx \ gpu/testmaterial.lolfx \ \