aboutsummaryrefslogtreecommitdiff
path: root/Makefile
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
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')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 56ebfc73b5..055581e9ff 100644
--- a/Makefile
+++ b/Makefile
@@ -124,7 +124,7 @@ endif
.PHONY: print-dists print-executables print-version print-distversion
print-dists:
- @echo $(DIST_FILES_DOCS) $(DIST_FILES_THEMES) $(DIST_FILES_NETWORKING) $(DIST_FILES_ENGINEDATA) $(DIST_FILES_PLATFORM) $(srcdir)/doc
+ @echo $(DIST_FILES_DOCS) $(DIST_FILES_THEMES) $(DIST_FILES_NETWORKING) $(DIST_FILES_VKEYBD) $(DIST_FILES_ENGINEDATA) $(DIST_FILES_PLATFORM) $(srcdir)/doc
print-executables:
@echo $(if $(DIST_EXECUTABLES),$(DIST_EXECUTABLES),$(EXECUTABLE) $(PLUGINS))