From e743eae5f7dff0a2179aea28aea712f5f721861a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20=E2=80=98Touky=E2=80=99=20Huet?= Date: Thu, 23 Aug 2012 15:08:22 +0000 Subject: [PATCH] Fixed Makefile.am --- test/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 26d7cd6e..346c22ee 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -51,8 +51,8 @@ btphystest_SOURCES = BtPhysTest.cpp BtPhysTest.h \ Physics/Include/LolBtPhysicsIntegration.h Physics/Include/LolPhysics.h \ Physics/Src/EasyCharacterController.cpp Physics/Src/EasyConstraint.cpp \ Physics/Src/BulletCharacterController.cpp \ - Physics/Include/EasyCharacterController.h Physics/Include/EasyConstraint.h - Physics/Src/BulletCharacterController.h \ + Physics/Include/EasyCharacterController.h Physics/Include/EasyConstraint.h \ + Physics/Src/BulletCharacterController.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@