~serge-hallyn/ubuntu/precise/rhythmbox/rhythmbox-sort

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-12-02 19:23:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051202192318-7ayjionj59dq1wk4
Tags: 0.9.2-0ubuntu3
* debian/control.in:
  - Build-Depends on libmusicbrainz4-dev so rhythmbox does the CD 
    query on internet (Ubuntu: #20363).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
AUTOMAKE_OPTIONS = 1.7
4
4
 
5
 
DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install
6
 
 
7
 
SUBDIRS = lib corba metadata player rhythmdb widgets sources iradio shell data po help tests
8
 
 
9
 
if WITH_NAUTILUS_MENU
10
 
SUBDIRS += component
11
 
endif
 
5
DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --enable-gtk-doc
 
6
distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper'
 
7
 
 
8
SUBDIRS = macros lib metadata player rhythmdb widgets sources iradio podcast remote daapsharing shell data po help tests doc
12
9
 
13
10
EXTRA_DIST =                    \
14
11
        autogen.sh              \