mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
11 lines
207 B
Makefile
11 lines
207 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
webdir = $(pkgdatadir)/web
|
|
otherwebdir = $(webdir)/assets/css
|
|
|
|
otherweb_DATA = style.css
|
|
|
|
EXTRA_DIST = $(otherweb_DATA)
|