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

« back to all changes in this revision

Viewing changes to lib/fencing/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ante Karamatic
  • Date: 2009-08-10 19:29:25 UTC
  • mfrom: (5.2.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20090810192925-9zy2llcbgavbskf7
Tags: 2.99.2+sles11r9-5ubuntu1
* New upstream snapshot
* Adjusted heartbeat.install and rules for documentation path

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#  File: Makefile.am
2
 
#  Author: Sun Jiang Dong <sunjd@cn.ibm.com>
3
 
#  Copyright (c) 2004 International Business Machines
4
 
#
5
 
# This program is free software; you can redistribute it and/or
6
 
# modify it under the terms of the GNU General Public License
7
 
# as published by the Free Software Foundation; either version 2
8
 
# of the License, or (at your option) any later version.
9
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
 
# GNU General Public License for more details.
14
 
15
 
# You should have received a copy of the GNU General Public License
16
 
# along with this program; if not, write to the Free Software
17
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
18
 
#
19
 
MAINTAINERCLEANFILES = Makefile.in
20
 
 
21
 
INCLUDES         = -I$(top_builddir)/include  -I$(top_srcdir)/include     \
22
 
                   -I$(top_builddir)/libltdl  -I$(top_srcdir)/libltdl     \
23
 
                   -I$(top_builddir)/linux-ha -I$(top_srcdir)/linux-ha    \
24
 
                   -I$(top_builddir)          -I$(top_srcdir)
25
 
 
26
 
halibdir         =  $(libdir)/@HB_PKG@
27
 
havarlibdir      =  $(localstatedir)/lib/@HB_PKG@
28
 
 
29
 
COMMONLIBS       =  $(top_builddir)/lib/clplumbing/libplumb.la   \
30
 
                    $(top_builddir)/lib/hbclient/libhbclient.la  \
31
 
                    $(GLIBLIB)
32
 
 
33
 
lib_LTLIBRARIES = libstonithd.la
34
 
libstonithd_la_SOURCES = stonithd_lib.c stonithd_msg.c
35
 
libstonithd_la_LDFLAGS = $(COMMONLIBS)
36
 
 
37
 
AM_CFLAGS = $(INCLUDES)