Updates so makefiles compile again.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3298 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
bcd8287033
commit
c8e05cf0dd
@ -10,8 +10,6 @@ AM_CPPFLAGS = -DSUPERTUXKART_DATADIR="\"$(datadir)/games/$(PACKAGE)/\"" \
|
||||
|
||||
supertuxkart_SOURCES = \
|
||||
main.cpp \
|
||||
actionmap.cpp \
|
||||
actionmap.hpp \
|
||||
material.cpp \
|
||||
material.hpp \
|
||||
network/network_manager.cpp \
|
||||
@ -138,6 +136,15 @@ supertuxkart_SOURCES = \
|
||||
karts/player_kart.cpp \
|
||||
karts/player_kart.hpp \
|
||||
input.hpp \
|
||||
input/device_manager.cpp \
|
||||
input/device_manager.hpp \
|
||||
input/input.hpp \
|
||||
input/input_device.cpp \
|
||||
input/input_device.hpp \
|
||||
input/input_manager.cpp \
|
||||
input/input_manager.hpp \
|
||||
sdl_manager.cpp \
|
||||
sdl_manager.hpp \
|
||||
isect.cpp \
|
||||
isect.hpp \
|
||||
explosion.cpp \
|
||||
@ -161,8 +168,6 @@ supertuxkart_SOURCES = \
|
||||
callback_manager.hpp \
|
||||
main_loop.cpp \
|
||||
main_loop.hpp \
|
||||
sdldrv.cpp \
|
||||
sdldrv.hpp \
|
||||
user_pointer.hpp \
|
||||
history.cpp \
|
||||
history.hpp \
|
||||
|
@ -20,8 +20,8 @@
|
||||
|
||||
#include "gui/race_gui.hpp"
|
||||
|
||||
#include "input.hpp"
|
||||
#include "input_manager.hpp"
|
||||
#include "input/input.hpp"
|
||||
#include "input/input_manager.hpp"
|
||||
#include "user_config.hpp"
|
||||
#include "race_manager.hpp"
|
||||
#include "material_manager.hpp"
|
||||
|
@ -21,7 +21,7 @@
|
||||
#define TUXKART_PLAYER_H
|
||||
|
||||
#include <string>
|
||||
#include "input.hpp"
|
||||
#include "input/input.hpp"
|
||||
|
||||
extern const char *sKartAction2String[PA_COUNT];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user