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