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