diff options
author | Max Horn | 2006-08-04 17:33:17 +0000 |
---|---|---|
committer | Max Horn | 2006-08-04 17:33:17 +0000 |
commit | 71be08d8690efad589d6214606054250f6e57fee (patch) | |
tree | 94f349e6c644b749fdcf8f0dd35bb70d362152b6 /backends/platform/maemo | |
parent | 0485f76c8d3e4220dd7977eac829bd85525f2da3 (diff) | |
download | scummvm-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/platform/maemo')
-rw-r--r-- | backends/platform/maemo/Makefile | 4 | ||||
-rw-r--r-- | backends/platform/maemo/maemo-sdl.cpp | 2 | ||||
-rw-r--r-- | backends/platform/maemo/main.cpp | 2 |
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> |