~ubuntu-branches/ubuntu/trusty/coherence/trusty

« back to all changes in this revision

Viewing changes to misc/Rhythmbox Plugin/upnp_coherence/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Quette
  • Date: 2008-07-13 15:18:54 UTC
  • mfrom: (1.1.4 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080713151854-3i4pvo3xeg9wzcsu
Tags: 0.5.8-1
* New upstream release
* debian/control:
  - add a Homepage field
  - complete Depends with python-nose (Closes: #489198)
  - complete Depends for the mediadb backend (Ubuntu report 235910)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Coherence UPnP Python Plugin
 
2
 
 
3
plugindir = $(PLUGINDIR)/upnp_coherence
 
4
plugin_PYTHON =                 \
 
5
       UpnpSource.py            \
 
6
       MediaStore.py            \
 
7
       MediaPlayer.py           \
 
8
       __init__.py