aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2008-04-21 03:55:10 +0000
committerTravis Howell2008-04-21 03:55:10 +0000
commit3996b76aeb17922dd52f9a72392f61d6afa911bb (patch)
tree08ddef3b8c507241582d8bed694b6c4e6d815491
parent6aec012921f6ae5790b3fbc8fae9e3e1e3bc625d (diff)
downloadscummvm-rg350-3996b76aeb17922dd52f9a72392f61d6afa911bb.tar.gz
scummvm-rg350-3996b76aeb17922dd52f9a72392f61d6afa911bb.tar.bz2
scummvm-rg350-3996b76aeb17922dd52f9a72392f61d6afa911bb.zip
Add m4.dat to installation of engine data files.
svn-id: r31635
-rw-r--r--Makefile.common3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 680806a67b..1261f75041 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -190,6 +190,9 @@ endif
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