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

« back to all changes in this revision

Viewing changes to ac3dec/Makefile.in

  • 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:
187
187
noinst_HEADERS = output.h
188
188
ac3dec_SOURCES = ac3dec.c output.c ac3spdif.c
189
189
ac3dec_DEPENDENCIES = libac3/libac3.a
190
 
EXTRA_DIST = README Changelog TODO plot_spectrum.m autogen.sh depcomp
 
190
EXTRA_DIST = gitcompile README Changelog TODO plot_spectrum.m autogen.sh \
 
191
             depcomp
 
192
 
191
193
SUBDIRS = libac3 tools test .
192
194
all: config.h
193
195
        $(MAKE) $(AM_MAKEFLAGS) all-recursive