diff options
author | Thierry Crozat | 2010-10-01 18:20:41 +0000 |
---|---|---|
committer | Thierry Crozat | 2010-10-01 18:20:41 +0000 |
commit | 8d858738d996421f6288ecce03766f65b565a464 (patch) | |
tree | 26f83f78038a8352629cc5ab218100a8824cc96c /Makefile.common | |
parent | 5727cab0f1f1a420a36afb7f524bd64015628861 (diff) | |
download | scummvm-rg350-8d858738d996421f6288ecce03766f65b565a464.tar.gz scummvm-rg350-8d858738d996421f6288ecce03766f65b565a464.tar.bz2 scummvm-rg350-8d858738d996421f6288ecce03766f65b565a464.zip |
MAKEFILE: Add scummclassic.zip to DIST_FILES_THEMES
svn-id: r52964
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index 14d73405fd..8a0673a261 100644 --- a/Makefile.common +++ b/Makefile.common @@ -226,7 +226,7 @@ dist-src: \ DIST_FILES_DOCS:=$(addprefix $(srcdir)/,AUTHORS COPYING COPYING.BSD COPYING.LGPL COPYRIGHT NEWS README) # Themes files -DIST_FILES_THEMES=scummmodern.zip +DIST_FILES_THEMES=scummmodern.zip scummclassic.zip ifdef USE_TRANSLATION DIST_FILES_THEMES+=translations.dat endif |