[Scummvm-cvs-logs] SF.net SVN: scummvm: [20670] scummvm/trunk/backends/psp/Makefile

joostp at users.sourceforge.net joostp at users.sourceforge.net
Mon Feb 13 10:22:07 CET 2006


Revision: 20670
Author:   joostp
Date:     2006-02-13 10:21:22 -0800 (Mon, 13 Feb 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm?rev=20670&view=rev

Log Message:
-----------
Fix compilation after engines moved to engines/

Modified Paths:
--------------
    scummvm/trunk/backends/psp/Makefile
Modified: scummvm/trunk/backends/psp/Makefile
===================================================================
--- scummvm/trunk/backends/psp/Makefile	2006-02-13 18:00:04 UTC (rev 20669)
+++ scummvm/trunk/backends/psp/Makefile	2006-02-13 18:21:22 UTC (rev 20670)
@@ -26,15 +26,13 @@
 PACK_PBP = pack-pbp
 FIXUP	= psp-fixup-imports
 
-INCDIR = ../../
-
 #check PSPSDK presence
 ifeq ($(PSPSDK),)
 $(error $$(PSPSDK) is undefined.  Use "PSPSDK := $$(shell psp-config --pspsdk-path)" in your Makefile)
 endif
 
 # Add in PSPSDK includes and libraries.
-INCDIR   := $(INCDIR) . $(PSPSDK)/include
+INCDIR   := $(srcdir) . $(srcdir)/engines/ . $(PSPSDK)/include
 LIBDIR   := $(LIBDIR) . $(PSPSDK)/lib
 
 CFLAGS = -O2 -Wall -D__PSP__ -DNONSTANDARD_PORT -DUSE_ZLIB -Wno-multichar `$(PSPBIN)/sdl-config --cflags` 







More information about the Scummvm-git-logs mailing list