From 080e4b7f4f6993fc4db9d01e6de4aac740078e04 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Wed, 15 Aug 2012 22:41:17 +0000 Subject: [PATCH] build: add missing files to Makefile. --- test/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 04efdf0f..517d0fae 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -47,8 +47,10 @@ quad_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@ quad_DEPENDENCIES = $(top_builddir)/src/liblol.a btphystest_SOURCES = BtPhysTest.cpp BtPhysTest.h \ - Physics/EasyPhysics.cpp Physics/EasyPhysics.h \ - Physics/LolBtPhysicsIntegration.h Physics/LolPhysics.h + Physics/Src/EasyPhysics.cpp Physics/Include/EasyPhysics.h \ + Physics/Include/LolBtPhysicsIntegration.h Physics/Include/LolPhysics.h \ + Physics/Src/EasyCharacterController.cpp Physics/Src/EasyConstraint.cpp \ + Physics/Include/EasyCharacterController.h Physics/Include/EasyConstraint.h btphystest_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ -I$(top_builddir)/src/bullet \ -DHAVE_PHYS_USE_BULLET btphystest_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@