~ubuntu-branches/ubuntu/gutsy/amarok/gutsy-updates

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Brandon Holtsclaw
  • Date: 2006-11-14 22:13:11 UTC
  • mfrom: (1.32.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061114221311-bqlabga8vnpf9iuw
Tags: 2:1.4.4-0ubuntu3
Compile with MTP Device Support

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
                                --without-xmms \
27
27
                                --with-libvisual \
28
28
                                --with-libnjb \
 
29
                                --with-libmtp \
29
30
 
30
31
# See debian/TODO
31
32
DEB_INSTALL_DOCS_ALL = $(filter-out $(DEB_INSTALL_CHANGELOGS_ALL),$(shell for f in README NEWS TODO BUGS AUTHORS THANKS; do if test -s $(DEB_SRCDIR)/$$f; then echo $(DEB_SRCDIR)/$$f; fi; done))