[Scummvm-cvs-logs] SF.net SVN: scummvm: [30303] scummvm/trunk/Makefile.common

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sun Jan 6 15:13:40 CET 2008


Revision: 30303
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30303&view=rev
Author:   Kirben
Date:     2008-01-06 06:13:40 -0800 (Sun, 06 Jan 2008)

Log Message:
-----------
Fix path for engine data.

Modified Paths:
--------------
    scummvm/trunk/Makefile.common

Modified: scummvm/trunk/Makefile.common
===================================================================
--- scummvm/trunk/Makefile.common	2008-01-06 14:12:55 UTC (rev 30302)
+++ scummvm/trunk/Makefile.common	2008-01-06 14:13:40 UTC (rev 30303)
@@ -196,6 +196,6 @@
 ifndef DISABLE_SKY
 DIST_FILES_ENGINEDATA+=sky.cpt
 endif
-DIST_FILES_ENGINEDATA:=$(addprefix $(srcdir)/dist/engine-data/,$(DIST_FILES_ENGINEDATA))
+DIST_FILES_ENGINEDATA:=$(addprefix $(srcdir)/dists/engine-data/,$(DIST_FILES_ENGINEDATA))
 
 .PHONY: all clean distclean plugins dist-src


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list