From 41b43bb47fa34c24672060ee6b8baeb80cfdebc0 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 16 Feb 2013 20:06:22 +0000 Subject: [PATCH] build: add missing files to Makefile.am. --- test/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index 558ec93e..d2abf009 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -44,7 +44,8 @@ btphystest_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/src/bullet \ -DHAVE_PHYS_USE_BULLET btphystest_DEPENDENCIES = @LOL_DEPENDENCIES@ -meshviewer_SOURCES = MeshViewer.cpp +meshviewer_SOURCES = MeshViewer.cpp \ + shinyMVTexture.lolfx shinyfur.lolfx meshviewer_CPPFLAGS = $(AM_CPPFLAGS) meshviewer_DEPENDENCIES = @LOL_DEPENDENCIES@