diff --git a/configure.ac b/configure.ac index 1278da72..10f6611e 100644 --- a/configure.ac +++ b/configure.ac @@ -442,7 +442,7 @@ AC_CONFIG_FILES( people/peeweek/private/Makefile people/touky/Makefile people/touky/private/Makefile - people/touky/private/Tactics/Makefile + people/touky/private/tactics/Makefile people/jylam/Makefile people/jylam/private/Makefile people/jylam/private/chat/Makefile diff --git a/test/btphystest.cpp b/test/btphystest.cpp index cde9dbd3..e670486e 100644 --- a/test/btphystest.cpp +++ b/test/btphystest.cpp @@ -33,8 +33,8 @@ using namespace lol; #define HAVE_PHYS_USE_BULLET #endif /* HAVE_PHYS_USE_BULLET */ -#include "physics/include/lolphysics.h" -#include "physics/include/easyphysics.h" +#include "physics/lolphysics.h" +#include "physics/easyphysics.h" #include "physicobject.h" #include "btphystest.h" diff --git a/test/physicobject.h b/test/physicobject.h index b94884f5..bbbd334a 100644 --- a/test/physicobject.h +++ b/test/physicobject.h @@ -13,9 +13,9 @@ #include "core.h" #include "easymesh/easymesh.h" -#include "physics/include/easyphysics.h" -#include "physics/include/easycharactercontroller.h" -#include "physics/include/easyconstraint.h" +#include "physics/easyphysics.h" +#include "physics/easycharactercontroller.h" +#include "physics/easyconstraint.h" using namespace lol; using namespace lol::phys; diff --git a/test/physics/bulletcharactercontroller.cpp b/test/physics/bulletcharactercontroller.cpp index e0a803d8..46925fc7 100644 --- a/test/physics/bulletcharactercontroller.cpp +++ b/test/physics/bulletcharactercontroller.cpp @@ -19,10 +19,10 @@ #ifdef HAVE_PHYS_USE_BULLET #include "core.h" #include -#include "../include/lolbtphysicsintegration.h" -#include "../include/lolphysics.h" -#include "../include/easycharactercontroller.h" -#include "../include/bulletcharactercontroller.h" +#include "lolbtphysicsintegration.h" +#include "lolphysics.h" +#include "easycharactercontroller.h" +#include "bulletcharactercontroller.h" //#include "LinearMath/btIDebugDraw.h" //#include "BulletCollision/CollisionDispatch/btGhostObject.h" //#include "BulletCollision/CollisionShapes/btMultiSphereShape.h" diff --git a/test/physics/easycharactercontroller.cpp b/test/physics/easycharactercontroller.cpp index 7ec41dd4..466b012b 100644 --- a/test/physics/easycharactercontroller.cpp +++ b/test/physics/easycharactercontroller.cpp @@ -14,9 +14,9 @@ # include "config.h" #endif -#include "../include/lolbtphysicsintegration.h" -#include "../include/lolphysics.h" -#include "../include/easycharactercontroller.h" +#include "lolbtphysicsintegration.h" +#include "lolphysics.h" +#include "easycharactercontroller.h" namespace lol { diff --git a/test/physics/easyconstraint.cpp b/test/physics/easyconstraint.cpp index 6a67b13a..9e307fd4 100644 --- a/test/physics/easyconstraint.cpp +++ b/test/physics/easyconstraint.cpp @@ -3,9 +3,9 @@ # include "config.h" #endif -#include "../include/lolbtphysicsintegration.h" -#include "../include/lolphysics.h" -#include "../include/easyconstraint.h" +#include "lolbtphysicsintegration.h" +#include "lolphysics.h" +#include "easyconstraint.h" namespace lol { diff --git a/test/physics/easyphysics.cpp b/test/physics/easyphysics.cpp index 4bc69431..8431775b 100644 --- a/test/physics/easyphysics.cpp +++ b/test/physics/easyphysics.cpp @@ -14,8 +14,8 @@ # include "config.h" #endif -#include "../include/lolbtphysicsintegration.h" -#include "../include/lolphysics.h" +#include "lolbtphysicsintegration.h" +#include "lolphysics.h" namespace lol {