BUILD: Copy wwwroot.zip in POSIX, MacOS X and iOS installation targets

This commit is contained in:
Thierry Crozat 2016-09-05 23:39:34 +01:00
parent 02827d0dab
commit b8948c3326
2 changed files with 18 additions and 3 deletions

View file

@ -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