mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
17 lines
312 B
Makefile
17 lines
312 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
webdir = $(pkgdatadir)/web
|
|
|
|
nobase_web_DATA = \
|
|
status.xsl \
|
|
auth.xsl \
|
|
server_version.xsl \
|
|
status-json.xsl \
|
|
xml2json.xslt \
|
|
favicon.ico \
|
|
assets/css/style.css \
|
|
assets/img/icecast.png
|
|
|
|
|
|
EXTRA_DIST = $(nobase_web_DATA)
|