/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: 2014-04-18 14:42:00 UTC
  • Revision ID: tim@ed.am-20140418144200-ksbr3l58p2v3jhy2
fixed bugs in command.expand_files, where results could be not unique, nor
sorted, and make sure the last component of the files is not resolved if it is a
symlink

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 \
5
4
        command/command.py \
6
5
        command/diff.py \
7
6
        command/__init__.py \
11
10
        command/stage_revert.py \
12
11
        command/status.py \
13
12
        command/update.py \
14
 
        config.py \
15
13
        deployment.py \
16
14
        file_matcher.py \
17
15
        __init__.py \