aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorMax Horn2006-08-04 17:33:17 +0000
committerMax Horn2006-08-04 17:33:17 +0000
commit71be08d8690efad589d6214606054250f6e57fee (patch)
tree94f349e6c644b749fdcf8f0dd35bb70d362152b6 /backends
parent0485f76c8d3e4220dd7977eac829bd85525f2da3 (diff)
downloadscummvm-rg350-71be08d8690efad589d6214606054250f6e57fee.tar.gz
scummvm-rg350-71be08d8690efad589d6214606054250f6e57fee.tar.bz2
scummvm-rg350-71be08d8690efad589d6214606054250f6e57fee.zip
Patch #1527347: Make maemo port compile again
svn-id: r23664
Diffstat (limited to 'backends')
-rw-r--r--backends/platform/maemo/Makefile4
-rw-r--r--backends/platform/maemo/maemo-sdl.cpp2
-rw-r--r--backends/platform/maemo/main.cpp2
3 files changed, 4 insertions, 4 deletions
diff --git a/backends/platform/maemo/Makefile b/backends/platform/maemo/Makefile
index ca49a35f9c..876248ccf9 100644
--- a/backends/platform/maemo/Makefile
+++ b/backends/platform/maemo/Makefile
@@ -19,13 +19,13 @@ DISABLE_LURE = 1
DISABLE_CINE = 1
DISABLE_AGI = 1
-srcdir = ../..
+srcdir = ../../..
VPATH = $(srcdir)
CXX := g++
EXECUTABLE := scummvm
-INCDIR = ../../ . $(srcdir)/engines/
+INCDIR = $(srcdir)/ . $(srcdir)/engines/
CXXFLAGS := -g -ansi -W -Wno-unused-parameter
CXXFLAGS += `pkg-config --cflags gconf-2.0 hildon-libs gtk+-2.0 libosso gdk-2.0`
diff --git a/backends/platform/maemo/maemo-sdl.cpp b/backends/platform/maemo/maemo-sdl.cpp
index dfb6cb7048..3a41272ada 100644
--- a/backends/platform/maemo/maemo-sdl.cpp
+++ b/backends/platform/maemo/maemo-sdl.cpp
@@ -21,7 +21,7 @@
*/
#include "common/stdafx.h"
-#include "backends/maemo/maemo-sdl.h"
+#include "backends/platform/maemo/maemo-sdl.h"
void OSystem_MAEMO::loadGFXMode() {
diff --git a/backends/platform/maemo/main.cpp b/backends/platform/maemo/main.cpp
index 2631d35000..becff29953 100644
--- a/backends/platform/maemo/main.cpp
+++ b/backends/platform/maemo/main.cpp
@@ -28,7 +28,7 @@
#include <SDL/SDL.h>
#include <SDL/SDL_syswm.h>
-#include "backends/maemo/maemo-sdl.h"
+#include "backends/platform/maemo/maemo-sdl.h"
#include "base/main.h"
#include <hildon-widgets/hildon-app.h>
#include <gtk/gtk.h>