aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorCameron Cawley2019-07-02 22:49:03 +0100
committerFilippos Karapetis2019-07-08 12:42:21 +0300
commit0334411d639fca4ab76b5c3c60efc9b66115b555 (patch)
treecdbc014a6b6db160bdce46be2317e74e284dfaeb /Makefile.common
parent96103179af909894d9ca71fb69b8f1121591f518 (diff)
downloadscummvm-rg350-0334411d639fca4ab76b5c3c60efc9b66115b555.tar.gz
scummvm-rg350-0334411d639fca4ab76b5c3c60efc9b66115b555.tar.bz2
scummvm-rg350-0334411d639fca4ab76b5c3c60efc9b66115b555.zip
BUILD: Package networking and virtual keyboard files on all platforms
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 9df4e60f9e..95b090acd3 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -302,6 +302,12 @@ ifdef USE_SDL_NET
DIST_FILES_NETWORKING:=$(addprefix $(srcdir)/dists/networking/,wwwroot.zip)
endif
+# Virtual keyboard files
+DIST_FILES_VKEYBD=
+ifdef ENABLE_VKEYBD
+DIST_FILES_VKEYBD:=$(addprefix $(srcdir)/backends/vkeybd/packs/,vkeybd_default.zip vkeybd_small.zip)
+endif
+
# Engine data files
DIST_FILES_ENGINEDATA=
ifdef ENABLE_ACCESS