~ubuntu-branches/ubuntu/oneiric/muse/oneiric

« back to all changes in this revision

Viewing changes to muse/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2010-11-17 21:43:38 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20101117214338-1hvfl7oo2dsqnvrb
Tags: 1.1-0ubuntu1
* New upstream release (LP: #668631)
* Switch to dpkg-source 3.0 (quilt) format
* Switch to dh7 short form
* debian/rules:
  - added --enable-dssi and --enable-osc to conf flags for dssi support
  - added -ljackserver to LDFLAGS to fix a FTBFS because of --as-needed
* debian/control:
  - added build build dependency on liblo-dev and dssi-dev for dssi support
  - bump Standards-version to 3.9.1. No changes required.
* debian/muse.desktop, debian/muse.xpm: dropped as desktop file and icon is
  now shipped upstream.
* fix-desktop-categories.patch: fix Categories tag in upstream desktop file
* 10_es_locale_fix.dpatch: refreshed and converted to quilt as
  fix_es_locale.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
AM_CPPFLAGS += -Imidiedit -Iarranger -Iliste \
6
6
        -Iwidgets -Imixer -Idriver -Iwaveedit -Implugins -Iinstruments -Iremote\
7
 
        -DINSTPREFIX=\"$(prefix)\"
 
7
        -DINSTPREFIX=\"$(prefix)\" -DINSTLIBDIR=\"$(libdir)\"
8
8
 
9
9
SUBDIRS = widgets master midiedit mixer arranger \
10
10
        liste driver waveedit ctrl cliplist \
21
21
SUBDIRS += remote
22
22
PYLIBS=$(PYTHON_LIB) remote/libremote.a
23
23
endif
24
 
 
 
24
AM_CXXFLAGS +=-DSVNVERSION=\"$(shell svnversion)\"
25
25
 
26
26
 
27
27
EXTRA_PROGRAMS = givertcap
33
33
      ticksynth.h ticksynth.cpp \
34
34
      vst.h vst.cpp \
35
35
      dssihost.h dssihost.cpp \
 
36
      osc.cpp osc.h \
 
37
      stringparam.cpp stringparam.h \
36
38
      synth.h synth.cpp  \
37
39
        plugin.cpp plugin.h \
38
40
        mtc.cpp mtc.h \