~ubuntu-branches/ubuntu/trusty/alsa-tools/trusty-proposed

« back to all changes in this revision

Viewing changes to ac3dec/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jordi Mallach, Elimar Riesebieter
  • Date: 2008-11-07 13:58:01 UTC
  • mfrom: (1.1.7 upstream) (2.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20081107135801-gumjy3qvv9xkrlye
Tags: 1.0.18-1
* New upstream release.

[ Elimar Riesebieter ]
* Build-Depends bumped to libasound2-dev (>= 1.0.18).

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
ac3dec_DEPENDENCIES = libac3/libac3.a
11
11
 
12
12
 
13
 
EXTRA_DIST = README Changelog TODO plot_spectrum.m autogen.sh depcomp
 
13
EXTRA_DIST = gitcompile README Changelog TODO plot_spectrum.m autogen.sh \
 
14
             depcomp
14
15
 
15
16
SUBDIRS = libac3 tools test .
16
17