aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorThierry Crozat2016-09-05 23:39:34 +0100
committerThierry Crozat2016-09-05 23:40:00 +0100
commitb8948c332643da2be296cf3df4daa1fa6eeb1f08 (patch)
tree2e91b99095bfd240ae2503df512a0b1d9aecc59b /Makefile.common
parent02827d0dab916eef94f1a2cda733bf0193e288f2 (diff)
downloadscummvm-rg350-b8948c332643da2be296cf3df4daa1fa6eeb1f08.tar.gz
scummvm-rg350-b8948c332643da2be296cf3df4daa1fa6eeb1f08.tar.bz2
scummvm-rg350-b8948c332643da2be296cf3df4daa1fa6eeb1f08.zip
BUILD: Copy wwwroot.zip in POSIX, MacOS X and iOS installation targets
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 762b9051d0..cbd87ed06a 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -244,6 +244,12 @@ DIST_FILES_THEMES+=translations.dat
endif
DIST_FILES_THEMES:=$(addprefix $(srcdir)/gui/themes/,$(DIST_FILES_THEMES))
+# Networking files
+DIST_FILES_NETWORKING=
+ifdef USE_SDL_NET
+DIST_FILES_NETWORKING:=$(addprefix $(srcdir)/backends/networking/,wwwroot.zip)
+endif
+
# Engine data files
DIST_FILES_ENGINEDATA=
ifdef ENABLE_ACCESS