diff options
author | Joost Peters | 2007-10-17 19:45:23 +0000 |
---|---|---|
committer | Joost Peters | 2007-10-17 19:45:23 +0000 |
commit | 281767f19ecfc585162c145c5cb3318a431bc826 (patch) | |
tree | c7757a4d909793050c35559bf6956644d079f3c7 | |
parent | ec38b85a4493994271ae1188a15a1f845e6cc09d (diff) | |
download | scummvm-rg350-281767f19ecfc585162c145c5cb3318a431bc826.tar.gz scummvm-rg350-281767f19ecfc585162c145c5cb3318a431bc826.tar.bz2 scummvm-rg350-281767f19ecfc585162c145c5cb3318a431bc826.zip |
fix compile after recent fs code rename
svn-id: r29229
-rw-r--r-- | backends/fs/psp/psp-fs-factory.cpp | 2 | ||||
-rw-r--r-- | backends/platform/psp/Makefile | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/backends/fs/psp/psp-fs-factory.cpp b/backends/fs/psp/psp-fs-factory.cpp index e1d2b8fb49..c0d7cb9e6f 100644 --- a/backends/fs/psp/psp-fs-factory.cpp +++ b/backends/fs/psp/psp-fs-factory.cpp @@ -23,7 +23,7 @@ */ #include "backends/fs/psp/psp-fs-factory.h" -#include "backends/fs/psp/psp_fs.cpp" +#include "backends/fs/psp/psp-fs.cpp" DECLARE_SINGLETON(PSPFilesystemFactory); diff --git a/backends/platform/psp/Makefile b/backends/platform/psp/Makefile index a19402f676..1406e560a6 100644 --- a/backends/platform/psp/Makefile +++ b/backends/platform/psp/Makefile @@ -54,7 +54,6 @@ CXXFLAGS := $(CXXFLAGS) -fno-exceptions -fno-rtti TARGET = scummvm-psp OBJS := psp_main.o \ - $(srcdir)/backends/fs/psp/psp-fs.o \ osys_psp.o \ osys_psp_gu.o \ kbd_ss_c.o \ |