~ubuntu-branches/ubuntu/intrepid/muse/intrepid

« back to all changes in this revision

Viewing changes to plugins/freeverb/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2002-04-23 17:28:23 UTC
  • Revision ID: james.westby@ubuntu.com-20020423172823-gyxa3yivcs3zh5fa
Tags: 0.5.2-1.2
* NMU.
* widgets/Makefile.in, widgets/Makefile.am: Remove broken rules to
  build files that aren't used anyway. Closes: #143985
* debian/control: More tiny formatting tweaks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
 
134
134
pluginsdir = $(pkglibdir)/plugins
135
135
 
136
 
AM_CXXFLAGS = -fPIC -O3 -mpentiumpro -Wall \
 
136
AM_CXXFLAGS = -fPIC -O3 -Wall \
137
137
              -g -fno-exceptions -fno-rtti -ffast-math
138
138
 
139
139