~ubuntu-branches/ubuntu/saucy/ecasound2.2/saucy

« back to all changes in this revision

Viewing changes to libecasound/plugins/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2008-03-23 21:42:49 UTC
  • mfrom: (3.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080323214249-evlfv3y1o8q747la
Tags: 2.4.6.1-2
* Bug fix: "FTBFS with GCC 4.3: missing #includes", thanks to Martin
  Michlmayr (Closes: #454890).
- 13_gcc4: updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# ----------------------------------------------------------------------
 
2
# File: ecasound/libecasound/plugins/Makefile.am
 
3
# Description: Audio I/O implementations that depend on external 
 
4
#              libraries
 
5
# License: GPL (see ecasound/{AUTHORS,COPYING})
 
6
# ----------------------------------------------------------------------
 
7
 
1
8
AUTOMAKE_OPTIONS = foreign
2
9
 
3
10
# ----------------------------------------------------------------------