/stdhome

To get this branch, use:
bzr branch http://bzr.ed.am/stdhome

« back to all changes in this revision

Viewing changes to lib/stdhome/Makefile.am

  • Committer: Tim Marston
  • Date: 2016-05-22 16:58:00 UTC
  • Revision ID: tim@ed.am-20160522165800-2wouy6ybo2cunqb6
fixed bzr backend detection of out-of-date working copy

Show diffs side-by-side

added added

removed removed

1
1
# Makefile.am -- process this file with automake to produce Makefile.in
2
2
 
3
 
pkgpython_PYTHON = \
 
3
nobase_pkgpython_PYTHON = \
 
4
        command/add.py \
 
5
        command/command.py \
 
6
        command/diff.py \
 
7
        command/__init__.py \
 
8
        command/init.py \
 
9
        command/resolve.py \
 
10
        command/revert.py \
 
11
        command/stage_revert.py \
 
12
        command/status.py \
 
13
        command/update.py \
 
14
        config.py \
 
15
        deployment.py \
 
16
        file_matcher.py \
4
17
        __init__.py \
5
 
        stdhome.py
 
18
        program.py \
 
19
        repo.py \
 
20
        the.py \
 
21
        util.py \
 
22
        vcs/__init__.py \
 
23
        vcs/vcs.py \
 
24
        vcs/bzr.py \
 
25
        walker/conflict.py \
 
26
        walker/copy_base.py \
 
27
        walker/copy_in.py \
 
28
        walker/copy_out.py \
 
29
        walker/__init__.py \
 
30
        walker/status.py \
 
31
        walker/walker.py