mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
9 lines
186 B
Makefile
9 lines
186 B
Makefile
|
## Process this file with automake to produce Makefile.in
|
||
|
|
||
|
AUTOMAKE_OPTIONS = foreign
|
||
|
|
||
|
docdir = $(datadir)/doc/icecast/assets/img
|
||
|
doc_DATA = xiph-community.svg
|
||
|
|
||
|
EXTRA_DIST = $(doc_DATA)
|