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

« back to all changes in this revision

Viewing changes to libecasound/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/Makefile.am
 
3
# Description: Ecasound main library
 
4
# License: GPL (see ecasound/{AUTHORS,COPYING})
 
5
# ----------------------------------------------------------------------
 
6
 
1
7
EXTRA_DIST = ChangeLog
2
8
AUTOMAKE_OPTIONS = foreign
3
9
SUBDIRS = plugins
332
338
 
333
339
libecasound_la_SOURCES = $(ecasound_common1_src) $(ecasound_common2_src)
334
340
libecasound_debug_la_SOURCES = $(ecasound_common1_src) $(ecasound_common2_src)
335
 
#libecasound_la_CFLAGS =  $(AM_CFLAGS)
 
341
libecasound_la_CFLAGS =  $(ECA_S_EXTRA_CFLAGS)
336
342
libecasound_la_LDFLAGS = -export-dynamic $(eca_ldflags) -static
337
343
libecasound_la_LIBADD = $(eca_libadd)
338
 
#libecasound_debug_la_CFLAGS = $(libecasound_la_CFLAGS)
 
344
libecasound_debug_la_CFLAGS = $(libecasound_la_CFLAGS)
339
345
libecasound_debug_la_LDFLAGS = $(libecasound_la_LDFLAGS)
340
346
libecasound_debug_la_LIBADD = $(libecasound_la_LIBADD)
341
347