[Scummvm-cvs-logs] SF.net SVN: scummvm:[43955] scummvm/trunk/Makefile.common
megath at users.sourceforge.net
megath at users.sourceforge.net
Sat Sep 5 10:24:36 CEST 2009
Revision: 43955
http://scummvm.svn.sourceforge.net/scummvm/?rev=43955&view=rev
Author: megath
Date: 2009-09-05 08:24:36 +0000 (Sat, 05 Sep 2009)
Log Message:
-----------
added teenagent.dat to dist files
Modified Paths:
--------------
scummvm/trunk/Makefile.common
Modified: scummvm/trunk/Makefile.common
===================================================================
--- scummvm/trunk/Makefile.common 2009-09-05 08:16:35 UTC (rev 43954)
+++ scummvm/trunk/Makefile.common 2009-09-05 08:24:36 UTC (rev 43955)
@@ -236,6 +236,9 @@
ifdef ENABLE_SKY
DIST_FILES_ENGINEDATA+=sky.cpt
endif
+ifdef ENABLE_TEENAGENT
+DIST_FILES_ENGINEDATA+=teenagent.dat
+endif
DIST_FILES_ENGINEDATA:=$(addprefix $(srcdir)/dists/engine-data/,$(DIST_FILES_ENGINEDATA))
# pred.dic is currently only used for the AGI engine
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