~ubuntu-branches/ubuntu/trusty/pitivi/trusty

« back to all changes in this revision

Viewing changes to pitivi/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-02-04 14:42:30 UTC
  • Revision ID: james.westby@ubuntu.com-20060204144230-9ihvyas6lhgn81k1
Tags: upstream-0.9.9.2
ImportĀ upstreamĀ versionĀ 0.9.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = \
 
2
        ui \
 
3
        pixmaps
 
4
 
 
5
pitividir = $(libdir)/pitivi/python/pitivi
 
6
 
 
7
pitivi_PYTHON = \
 
8
        __init__.py \
 
9
        configure.py \
 
10
        bin.py \
 
11
        discoverer.py \
 
12
        dnd.py \
 
13
        effects.py \
 
14
        objectfactory.py \
 
15
        pitivi.py \
 
16
        playground.py \
 
17
        project.py \
 
18
        settings.py \
 
19
        sourcelist.py \
 
20
        timeline.py \
 
21
        utils.py
 
22
 
 
23
clean-local:
 
24
        rm -rf *.pyc *.pyo