~ampelbein/ubuntu/oneiric/heartbeat/lp-770743

« back to all changes in this revision

Viewing changes to lib/stonith/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ante Karamatic
  • Date: 2010-02-17 21:59:18 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100217215918-06paxph5do4saw8v
Tags: 3.0.2-0ubuntu1
* New upstream release
* Drop hard dep on pacemaker for heartbet; moved to Recommends
* debian/heartbeat.install:
  - follow upstream changes
* debian/control:
  - added docbook-xsl and xsltproc to build depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# Stonith: Shoot The Node In The Head
3
 
#
4
 
# Copyright (C) 2001 Alan Robertson
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
 
INCLUDES                = -I$(top_builddir)/include -I$(top_srcdir)/include \
23
 
                        -I$(top_builddir)/linux-ha -I$(top_srcdir)/linux-ha \
24
 
                        -I$(top_builddir)/libltdl -I$(top_srcdir)/libltdl
25
 
 
26
 
 
27
 
AM_CFLAGS                       = @CFLAGS@ -DST_TEXTDOMAIN='"@STONITHPKG@"' \
28
 
                        -DSTONITH_MODULES='"@stonith_plugindir@"' \
29
 
                        -DLOCALEDIR='"@LOCALE@"'
30
 
 
31
 
## include files
32
 
 
33
 
## binaries
34
 
sbin_PROGRAMS           = stonith meatclient sbd
35
 
 
36
 
 
37
 
stonith_SOURCES         = main.c
38
 
 
39
 
stonith_LDADD           = libstonith.la $(top_builddir)/lib/pils/libpils.la $(GLIBLIB)
40
 
stonith_LDFLAGS         =  @LIBADD_DL@ @LIBLTDL@ -export-dynamic @DLOPEN_FORCE_FLAGS@ @LIBADD_INTL@ 
41
 
 
42
 
meatclient_SOURCES      = meatclient.c 
43
 
meatclient_LDADD        = $(GLIBLIB)
44
 
 
45
 
sbd_SOURCES             = sbd.c
46
 
sbd_CFLAGS              = -D_GNU_SOURCE
47
 
sbd_LDADD               = $(GLIBLIB)                                    \
48
 
                        $(top_builddir)/lib/clplumbing/libplumb.la      \
49
 
                        $(top_builddir)/lib/clplumbing/libplumbgpl.la
50
 
 
51
 
## libraries
52
 
 
53
 
lib_LTLIBRARIES         = libstonith.la
54
 
 
55
 
libstonith_la_SOURCES   = expect.c stonith.c st_ttylock.c
56
 
libstonith_la_LDFLAGS   = -version-info 1:0:0
57
 
libstonith_la_LIBADD    = $(top_builddir)/lib/pils/libpils.la   \
58
 
                        $(top_builddir)/replace/libreplace.la   \
59
 
                        $(GLIBLIB)
60
 
 
61
 
## Man pages
62
 
 
63
 
man_MANS                = stonith.8 meatclient.8
64
 
 
65
 
EXTRA_DIST              = $(man_MANS) sbd.h