mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
17 lines
379 B
Makefile
17 lines
379 B
Makefile
AUTOMAKE_OPTIONS = 1.10 foreign subdir-objects
|
|
|
|
examplesdir = @EXAMPLES_DIR@
|
|
dist_examples_DATA = \
|
|
ezstream-file_template.xml \
|
|
ezstream-full.xml \
|
|
ezstream-metadata.xml \
|
|
ezstream-minimal.xml \
|
|
ezstream-stdin.xml \
|
|
ezstream-video.xml \
|
|
metadata.txt \
|
|
artist.txt \
|
|
title.txt
|
|
dist_examples_SCRIPTS = meta.sh play.sh playlist-logger.sh
|
|
|
|
CLEANFILES = core *.core *~ .*~
|