mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
b2717b7ae2
svn path=/icecast/trunk/icecast/; revision=8124
16 lines
438 B
Makefile
16 lines
438 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
webdir = $(pkgdatadir)/web
|
|
dist_web_DATA = status.xsl \
|
|
status2.xsl \
|
|
corner_bottomleft.jpg \
|
|
corner_bottomright.jpg \
|
|
corner_topleft.jpg \
|
|
corner_topright.jpg \
|
|
icecast.png \
|
|
key.gif \
|
|
style.css \
|
|
auth.xsl
|