~ubuntu-branches/ubuntu/oneiric/rhythmbox/oneiric

« back to all changes in this revision

Viewing changes to plugins/artdisplay/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Rico Tzschichholz
  • Date: 2011-07-29 16:41:38 UTC
  • mto: This revision was merged to the branch mainline in revision 191.
  • Revision ID: james.westby@ubuntu.com-20110729164138-wwicy8nqalm18ck7
Tags: upstream-2.90.1~20110802
ImportĀ upstreamĀ versionĀ 2.90.1~20110802

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Art Display Python Plugin
2
2
 
3
 
SUBDIRS = artdisplay
4
 
 
5
3
plugindir = $(PLUGINDIR)/artdisplay
6
 
 
7
 
plugin_in_files = artdisplay.rb-plugin.in
8
 
%.rb-plugin: %.rb-plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
9
 
 
10
 
plugin_DATA = $(plugin_in_files:.rb-plugin.in=.rb-plugin)
11
 
 
12
 
artworkdir = $(plugindir)
 
4
plugindatadir = $(PLUGINDATADIR)/artdisplay
 
5
plugin_PYTHON =                         \
 
6
        EmbeddedCoverArtSearch.py       \
 
7
        PodcastCoverArtSearch.py        \
 
8
        LastFMCoverArtSearch.py         \
 
9
        LocalCoverArtSearch.py          \
 
10
        CoverArtDatabase.py             \
 
11
        MusicBrainzCoverArtSearch.py    \
 
12
        artdisplay.py
 
13
 
 
14
plugin_in_files = artdisplay.plugin.in
 
15
%.plugin: %.plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
 
16
 
 
17
plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
 
18
 
 
19
artworkdir = $(plugindatadir)
13
20
artwork_DATA = rhythmbox-missing-artwork.svg lastfm_red_small.png
14
21
 
15
22
EXTRA_DIST = $(plugin_in_files) $(artwork_DATA)