aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorTravis Howell2008-01-06 14:13:40 +0000
committerTravis Howell2008-01-06 14:13:40 +0000
commit94d5c845bf1ccdb8f2c9878f818f24163fed1ccc (patch)
tree4b2bf13f66dee5dfa610f19401d5797a9dc972d9 /Makefile.common
parentcebeeb5d669722a133964198009c559382247d73 (diff)
downloadscummvm-rg350-94d5c845bf1ccdb8f2c9878f818f24163fed1ccc.tar.gz
scummvm-rg350-94d5c845bf1ccdb8f2c9878f818f24163fed1ccc.tar.bz2
scummvm-rg350-94d5c845bf1ccdb8f2c9878f818f24163fed1ccc.zip
Fix path for engine data.
svn-id: r30303
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index cbfe371965..4852906c02 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -196,6 +196,6 @@ endif
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