diff options
author | Sven Hesse | 2009-08-01 19:37:50 +0000 |
---|---|---|
committer | Sven Hesse | 2009-08-01 19:37:50 +0000 |
commit | ebe409058082e50f8377072eedaa7af34d9dc51a (patch) | |
tree | 96b33b38221cd9212811311e5896c1454a59f5bd | |
parent | 27ee1eb33179aa2cae92a9790867bfa5eaa0e471 (diff) | |
download | scummvm-rg350-ebe409058082e50f8377072eedaa7af34d9dc51a.tar.gz scummvm-rg350-ebe409058082e50f8377072eedaa7af34d9dc51a.tar.bz2 scummvm-rg350-ebe409058082e50f8377072eedaa7af34d9dc51a.zip |
Removing the tfmx test module to make the branch compile again
svn-id: r42978
-rw-r--r-- | Makefile.common | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index 251711301f..51261d65d9 100644 --- a/Makefile.common +++ b/Makefile.common @@ -25,7 +25,6 @@ MODULES += \ engines \ gui \ graphics \ - tfmx \ sound \ backends \ common \ |