1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-15 04:08:06 -04:00
icecast-server/web/Makefile.am

17 lines
312 B
Makefile
Raw Normal View History

## Process this file with automake to produce Makefile.in
webdir = $(pkgdatadir)/web
2018-05-28 12:28:03 -04:00
nobase_web_DATA = \
2018-08-02 06:58:30 -04:00
status.xsl \
2018-05-28 12:28:03 -04:00
auth.xsl \
server_version.xsl \
status-json.xsl \
xml2json.xslt \
2018-08-02 06:58:30 -04:00
favicon.ico \
2018-05-28 12:28:03 -04:00
assets/css/style.css \
2018-08-02 06:58:30 -04:00
assets/img/icecast.png
2018-05-28 12:28:03 -04:00
EXTRA_DIST = $(nobase_web_DATA)