~ubuntu-branches/ubuntu/utopic/pacemaker/utopic-proposed

« back to all changes in this revision

Viewing changes to shell/modules/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2013-07-16 16:40:24 UTC
  • mfrom: (1.1.11) (2.2.3 experimental)
  • Revision ID: package-import@ubuntu.com-20130716164024-lvwrf4xivk1wdr3c
Tags: 1.1.9+git20130321-1ubuntu1
* Resync from debian expiremental.
* debian/control:
  - Use lower version for Build-Depends on libcorosync-dev
    and libqb-dev.
  - Build-Depends on libcfg-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# doc: Pacemaker code
3
 
#
4
 
# Copyright (C) 2008 Andrew Beekhof
5
 
#
6
 
# This program is free software; you can redistribute it and/or
7
 
# modify it under the terms of the GNU General Public License
8
 
# as published by the Free Software Foundation; either version 2
9
 
# of the License, or (at your option) any later version.
10
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
 
# GNU General Public License for more details.
15
 
16
 
# You should have received a copy of the GNU General Public License
17
 
# along with this program; if not, write to the Free Software
18
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
19
 
#
20
 
MAINTAINERCLEANFILES    = Makefile.in
21
 
 
22
 
modules =       __init__.py     \
23
 
                        cache.py        \
24
 
                        cibconfig.py    \
25
 
                        cibstatus.py    \
26
 
                        clidisplay.py   \
27
 
                        cliformat.py    \
28
 
                        completion.py   \
29
 
                        help.py         \
30
 
                        idmgmt.py       \
31
 
                        levels.py       \
32
 
                        main.py         \
33
 
                        msg.py          \
34
 
                        parse.py        \
35
 
                        ra.py           \
36
 
                        singletonmixin.py       \
37
 
                        template.py     \
38
 
                        term.py         \
39
 
                        ui.py           \
40
 
                        userprefs.py    \
41
 
                        utils.py        \
42
 
                        vars.py         \
43
 
                        xmlutil.py
44
 
 
45
 
shelllibdir     = $(pyexecdir)/crm
46
 
 
47
 
shelllib_PYTHON = $(modules)