From 22e123eb08ff68a0dd3f7c03af7df31e64793981 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sun, 8 Jul 2012 17:16:37 +0000 Subject: [PATCH] test: add missing physics files to Makefile. --- test/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 46b58d56..c101527e 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -41,8 +41,11 @@ quad_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ quad_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@ quad_DEPENDENCIES = $(top_builddir)/src/liblol.a -btphystest_SOURCES = BtPhysTest.cpp BtPhysTest.h -btphystest_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ -I$(top_builddir)/src/bullet +btphystest_SOURCES = BtPhysTest.cpp BtPhysTest.h \ + Physics/EasyPhysics.cpp Physics/EasyPhysics.h \ + Physics/LolBtPhysicsIntegration.h Physics/LolPhysics.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@ btphystest_DEPENDENCIES = $(top_builddir)/src/liblol.a