mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
9 lines
243 B
Makefile
9 lines
243 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
docdir = $(datadir)/doc/icecast/img
|
|
doc_DATA = listener_auth1.png listener_auth2.png listener_auth3.png masterslave.png relay.png
|
|
|
|
EXTRA_DIST = $(doc_DATA)
|