2018-05-26 02:52:45 -04:00
|
|
|
if COND_WEBINTERFACE
|
|
|
|
WEBINTERFACE_SRC = \
|
2018-08-11 01:47:10 -04:00
|
|
|
index.html
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
2021-05-04 16:01:00 -04:00
|
|
|
htdocsdir = $(datadir)/owntone/htdocs
|
2018-08-11 01:47:10 -04:00
|
|
|
|
|
|
|
dist_htdocs_DATA = \
|
|
|
|
$(WEBINTERFACE_SRC) \
|
2021-05-13 10:05:08 -04:00
|
|
|
android-chrome-192x192.png \
|
|
|
|
android-chrome-512x512.png \
|
2018-04-21 00:59:25 -04:00
|
|
|
apple-touch-icon.png \
|
|
|
|
browserconfig.xml \
|
2018-08-11 01:47:10 -04:00
|
|
|
favicon.ico \
|
2018-04-21 00:59:25 -04:00
|
|
|
favicon-16x16.png \
|
|
|
|
favicon-32x32.png \
|
|
|
|
mstile-150x150.png \
|
|
|
|
safari-pinned-tab.svg \
|
|
|
|
site.webmanifest
|
2017-08-12 13:43:10 -04:00
|
|
|
|
2018-08-11 01:47:10 -04:00
|
|
|
if COND_WEBINTERFACE
|
2022-02-19 00:18:37 -05:00
|
|
|
htdocsassetsdir = $(datadir)/owntone/htdocs/assets
|
|
|
|
|
|
|
|
dist_htdocsassets_DATA = \
|
|
|
|
assets/index.css \
|
2023-12-15 11:28:33 -05:00
|
|
|
assets/index.js
|
2018-08-11 01:47:10 -04:00
|
|
|
endif
|