~ubuntu-branches/ubuntu/trusty/cluster-glue/trusty

« back to all changes in this revision

Viewing changes to lib/stonith/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-10-18 05:14:00 UTC
  • mfrom: (5.2.7 sid)
  • Revision ID: james.westby@ubuntu.com-20111018051400-cqhq161ro23f2t9g
Tags: 1.0.7+hg2618-2ubuntu1
* Merge from Debian testing, remaining changes:
  - debian/rules: Add -V argument to dh_makeshlibs.
  - Enable Upstart RA:
    + debian/cluster-glue.install: Install upstart RA.
    + debian/control: Build-depends on libdbus-glib-1-dev and libdbus-1-dev.
    + debian/patches/raexecupstart.patch: Fix deadlock

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
meatclient_SOURCES      = meatclient.c 
42
42
meatclient_LDADD        = $(GLIBLIB)
43
43
 
44
 
sbd_SOURCES             = sbd.c
 
44
sbd_SOURCES             = sbd-md.c sbd-common.c
45
45
sbd_CFLAGS              = -D_GNU_SOURCE
46
46
sbd_LDADD               = $(GLIBLIB)                                    \
47
47
                        $(top_builddir)/lib/clplumbing/libplumb.la      \