~ubuntu-branches/ubuntu/lucid/ezstream/lucid

« back to all changes in this revision

Viewing changes to examples/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Romain Beauxis
  • Date: 2009-09-27 16:50:53 UTC
  • mfrom: (1.1.3 upstream) (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090927165053-jkfio6ahwa723q0q
Tags: 0.5.6~dfsg-1
* New upstream release 
* Bumped standards version to 3.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
186
186
AUTOMAKE_OPTIONS = 1.9 foreign
187
187
examplesdir = @EXAMPLES_DIR@
188
188
dist_examples_DATA = \
 
189
        ezstream-file_template.xml \
189
190
        ezstream_mp3.xml ezstream_reencode_mp3.xml \
190
191
        ezstream_reencode_theora.xml ezstream_reencode_vorbis.xml \
191
192
        ezstream_stdin_vorbis.xml ezstream_vorbis.xml \
192
193
        ezstream_metadata.xml
193
194
 
194
 
dist_examples_SCRIPTS = meta.sh play.sh
 
195
dist_examples_SCRIPTS = meta.sh play.sh playlist-logger.sh
195
196
CLEANFILES = core *.core *~ .*~
196
197
all: all-am
197
198