/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: 2022-06-27 15:47:18 UTC
  • Revision ID: tim@ed.am-20220627154718-coj4in7pqgl3c8lr
updated Makefile for previous commit

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
3
nobase_pkgpython_PYTHON = \
 
4
        command/add.py \
4
5
        command/command.py \
5
6
        command/diff.py \
6
7
        command/__init__.py \
7
8
        command/init.py \
8
9
        command/resolve.py \
9
10
        command/revert.py \
 
11
        command/stage_add.py \
 
12
        command/stage_commit.py \
10
13
        command/stage_revert.py \
 
14
        command/stage_status.py \
11
15
        command/status.py \
12
16
        command/update.py \
 
17
        config.py \
13
18
        deployment.py \
14
19
        file_matcher.py \
15
20
        __init__.py \