mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
9acbffc2dd
There are a few benefits to this, but the main reason is consistency and me completely understanding what's going on. Regressions are not expected, but wouldn't surprise either ... this needs lots of testing. git-svn-id: https://svn.xiph.org/trunk/ezstream@15776 0101bb08-14d6-0310-b084-bc0e0c8e3800
12 lines
338 B
Makefile
12 lines
338 B
Makefile
AUTOMAKE_OPTIONS = 1.9 foreign
|
|
|
|
examplesdir = @EXAMPLES_DIR@
|
|
dist_examples_DATA = \
|
|
ezstream_mp3.xml ezstream_reencode_mp3.xml \
|
|
ezstream_reencode_theora.xml ezstream_reencode_vorbis.xml \
|
|
ezstream_stdin_vorbis.xml ezstream_vorbis.xml \
|
|
ezstream_metadata.xml
|
|
dist_examples_SCRIPTS = meta.sh play.sh
|
|
|
|
CLEANFILES = core *.core *~ .*~
|