patch-lib_stonith_Makefile_in 895 B

123456789101112131415161718
  1. --- cluster-glue-1.0.11.orig/lib/stonith/Makefile.in 2013-02-27 15:20:40.000000000 +0100
  2. +++ cluster-glue-1.0.11/lib/stonith/Makefile.in 2013-02-27 15:39:57.000000000 +0100
  3. @@ -111,6 +111,7 @@ meatclient_DEPENDENCIES =
  4. am_sbd_OBJECTS = sbd-sbd-md.$(OBJEXT) sbd-sbd-common.$(OBJEXT)
  5. sbd_OBJECTS = $(am_sbd_OBJECTS)
  6. sbd_DEPENDENCIES = $(top_builddir)/lib/clplumbing/libplumb.la \
  7. + $(top_builddir)/lib/pils/libpils.la \
  8. $(top_builddir)/lib/clplumbing/libplumbgpl.la
  9. sbd_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  10. --mode=link $(CCLD) $(sbd_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  11. @@ -385,6 +386,7 @@ sbd_SOURCES = sbd-md.c sbd-common.c
  12. sbd_CFLAGS = -D_GNU_SOURCE
  13. sbd_LDADD = $(GLIBLIB) -laio \
  14. $(top_builddir)/lib/clplumbing/libplumb.la \
  15. + $(top_builddir)/lib/pils/libpils.la \
  16. $(top_builddir)/lib/clplumbing/libplumbgpl.la
  17. lib_LTLIBRARIES = libstonith.la