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

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Mon Apr 21 05:55:11 CEST 2008


Revision: 31635
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31635&view=rev
Author:   Kirben
Date:     2008-04-20 20:55:10 -0700 (Sun, 20 Apr 2008)

Log Message:
-----------
Add m4.dat to installation of engine data files.

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

Modified: scummvm/trunk/Makefile.common
===================================================================
--- scummvm/trunk/Makefile.common	2008-04-20 23:38:19 UTC (rev 31634)
+++ scummvm/trunk/Makefile.common	2008-04-21 03:55:10 UTC (rev 31635)
@@ -190,6 +190,9 @@
 ifndef DISABLE_LURE
 DIST_FILES_ENGINEDATA+=lure.dat
 endif
+ifndef DISABLE_M4
+DIST_FILES_ENGINEDATA+=m4.dat
+endif
 ifndef DISABLE_QUEEN
 DIST_FILES_ENGINEDATA+=queen.tbl
 endif


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