mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
e525a98e65
svn path=/icecast/branches/kh/icecast/; revision=11065
17 lines
441 B
Makefile
17 lines
441 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
SUBDIRS = images
|
|
|
|
webdir = $(pkgdatadir)/web
|
|
dist_web_DATA = status.xsl \
|
|
status2.xsl \
|
|
style.css \
|
|
auth.xsl \
|
|
server_version.xsl \
|
|
server_uptime.xsl \
|
|
uptime_xml.xsl \
|
|
navbar.html \
|
|
adminbar.html \
|
|
favicon.ico
|