~ubuntu-branches/ubuntu/lucid/pitivi/lucid

« back to all changes in this revision

Viewing changes to pitivi/elements/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-05-27 14:22:49 UTC
  • mfrom: (1.2.1 upstream) (3.1.13 experimental)
  • Revision ID: james.westby@ubuntu.com-20090527142249-tj0qnkc37320ylml
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
elementsdir = $(libdir)/pitivi/python/pitivi/elements
2
2
 
3
 
elements_PYTHON = \
4
 
        __init__.py \
5
 
        singledecodebin.py \
6
 
        smartscale.py
 
3
elements_PYTHON =               \
 
4
        __init__.py             \
 
5
        arraysink.py            \
 
6
        imagefreeze.py          \
 
7
        singledecodebin.py      \
 
8
        smartscale.py           \
 
9
        thumbnailsink.py        \
 
10
        videofade.py
7
11
 
8
12
clean-local:
9
13
        rm -rf *.pyc *.pyo