~ubuntu-branches/ubuntu/raring/muse/raring

« back to all changes in this revision

Viewing changes to muse/arranger/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2011-08-12 11:16:41 UTC
  • mfrom: (1.1.9) (10.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20110812111641-sjz0e93fr0ozfv0b
Tags: 2.0~beta2-1
* New maintainer (see bug 637185#12), thanks Daniel!
* New upstream release (Closes: #627371):
  - New interface Qt4-based (Closes: #604584)
* Refresh packaging:
  - Move to DH7 and source format 3.0 (quilt).
  - Refresh patchset.
  - Fix a bunch lintian warnings.
  - debian/postinst:
    + Use set -e in the body rather than pass -e on the #! line to make it
      have actually effect if it is run by hand with "sh /path/to/script".
  - Update instructions on how-to increase RTC clock frequency.
    Thanks to Torquil Macdonald Sørensen for the report (Closes: #570833).
  - Bump Standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include $(top_srcdir)/common.am
2
 
 
3
 
noinst_LIBRARIES = libarranger.a
4
 
 
5
 
if PCH
6
 
AM_CXXFLAGS += -include $(top_srcdir)/all.h
7
 
endif
8
 
 
9
 
dist_libarranger_a_SOURCES = \
10
 
        arranger.cpp arranger.h \
11
 
        pcanvas.cpp pcanvas.h \
12
 
        tlist.cpp tlist.h \
13
 
        alayout.cpp alayout.h \
14
 
      trackinfo.cpp trackautomationview.h
15
 
 
16
 
nodist_libarranger_a_SOURCES = \
17
 
        moc_arranger.cpp \
18
 
        moc_pcanvas.cpp \
19
 
        moc_tlist.cpp \
20
 
      moc_alayout.cpp