~noskcaj/ubuntu/vivid/gnome-music/grilo-dep

« back to all changes in this revision

Viewing changes to gnomemusic/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2013-10-18 21:04:06 UTC
  • Revision ID: package-import@ubuntu.com-20131018210406-j1rn499icpd4zc02
Tags: upstream-3.10.1
ImportĀ upstreamĀ versionĀ 3.10.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
appdir = $(pythondir)/gnomemusic/
 
2
 
 
3
app_PYTHON = \
 
4
        albumArtCache.py \
 
5
        application.py \
 
6
        __init__.py \
 
7
        player.py \
 
8
        mpris.py \
 
9
        notification.py \
 
10
        toolbar.py \
 
11
        view.py \
 
12
        grilo.py \
 
13
        query.py \
 
14
        widgets.py \
 
15
        searchbar.py \
 
16
        window.py
 
17