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

« back to all changes in this revision

Viewing changes to lib/recoverymgr/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
 
#
2
 
# recoverymgr: Library that facilitates connecting to apphbd 
3
 
#              RecoveryMgr plugin
4
 
#
5
 
# Copyright (C) 2002 Intel Corporation, 
6
 
#
7
 
# This program is free software; you can redistribute it and/or
8
 
# modify it under the terms of the GNU General Public License
9
 
# as published by the Free Software Foundation; either version 2
10
 
# of the License, or (at your option) any later version.
11
 
12
 
# This program is distributed in the hope that it will be useful,
13
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
 
# GNU General Public License for more details.
16
 
17
 
# You should have received a copy of the GNU General Public License
18
 
# along with this program; if not, write to the Free Software
19
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
20
 
#
21
 
MAINTAINERCLEANFILES    = Makefile.in
22
 
 
23
 
INCLUDES                = -I$(top_builddir)/include -I$(top_srcdir)/include \
24
 
                        -I$(top_builddir)/linux-ha -I$(top_srcdir)/linux-ha
25
 
 
26
 
 
27
 
AM_CFLAGS                       = @CFLAGS@
28
 
 
29
 
## libraries
30
 
 
31
 
lib_LTLIBRARIES         = librecoverymgr.la
32
 
 
33
 
librecoverymgr_la_SOURCES       =               \
34
 
                                recoverymgr.c   
35
 
 
36
 
librecoverymgr_la_LDFLAGS       = -version-info 1:0:0 
37