~ubuntu-branches/ubuntu/quantal/muse/quantal

« back to all changes in this revision

Viewing changes to synti/fluid/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2011-08-12 11:16:41 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: package-import@ubuntu.com-20110812111641-sg7bj019yhh91mpl
Tags: upstream-2.0~beta2
ImportĀ upstreamĀ versionĀ 2.0~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include $(top_srcdir)/common.am
2
 
include $(top_srcdir)/synti/synti-install.am
3
 
 
4
 
AM_CXXFLAGS += -fPIC -O3 -ffast-math -fno-exceptions -fno-rtti
5
 
 
6
 
synthi_LTLIBRARIES = fluid.la
7
 
 
8
 
fluid_la_SOURCES = fluid.cpp fluid.h \
9
 
        fluidgui.cpp fluidgui.h \
10
 
        fluidguibase.ui
11
 
 
12
 
nodist_fluid_la_SOURCES = moc_fluidgui.cpp
13
 
 
14
 
fluid_la_LIBADD  = ../libsynti/libsynti.la -lfluidsynth
15
 
fluid_la_LDFLAGS = -module -avoid-version
16