/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: 2013-12-08 19:28:11 UTC
  • Revision ID: tim@ed.am-20131208192811-r20qj7cgmn4duw11
initial commit; basic app startup and initial command-line processing

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
 
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 \
 
3
pkgpython_PYTHON = \
17
4
        __init__.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
 
5
        stdhome.py