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

« back to all changes in this revision

Viewing changes to telecom/apphbd/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:
29
29
havarlibdir             = $(localstatedir)/lib/@HB_PKG@
30
30
PIDFILE                 = $(localstatedir)/run/apphbd.pid
31
31
 
32
 
COMMONLIBS              = $(top_builddir)/lib/clplumbing/libplumb.la    \
 
32
COMMONLIBS              = -lplumb       \
33
33
                        $(GLIBLIB)                                      \
34
 
                        $(top_builddir)/lib/pils/libpils.la
 
34
                        -lpils
35
35
 
36
36
 
37
37
LIBRT                   = @LIBRT@
49
49
#       We don't really need libpils/libltdl (yet...)
50
50
#
51
51
apphbd_LDADD            = $(COMMONLIBS)                                 \
52
 
                        $(top_builddir)/lib/pils/libpils.la             \
 
52
                        -lpils          \
53
53
                        @LIBLTDL@ $(LIBRT)                              
54
54
 
55
55