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