[Frubar Paste] Hosted by SkyLime - Chat with us at XChannel IRC

Posted by Anonymous on Mon 13th Aug 21:02
download

  1. diff --git a/configure.ac b/configure.ac
  2. index 91126e2..0ebe852 100644
  3. --- a/configure.ac
  4. +++ b/configure.ac
  5.  -258,6 +258,7 @@ if test "x${enable_corosync}" = xyes; then
  6.         PKG_CHECK_MODULES([corosync],[corosync])
  7.         PKG_CHECK_MODULES([libcpg],[libcpg])
  8.         PKG_CHECK_MODULES([libcfg],[libcfg])
  9. +       PKG_CHECK_MODULES([libcoroipcc],[libcoroipcc])
  10.         AC_DEFINE_UNQUOTED([HAVE_COROSYNC], 1, [have corosync])
  11.         PACKAGE_FEATURES="$PACKAGE_FEATURES corosync"
  12.  fi
  13. diff --git a/sheep/Makefile.am b/sheep/Makefile.am
  14. index 16c79f0..f425190 100644
  15. --- a/sheep/Makefile.am
  16. +++ b/sheep/Makefile.am
  17.  -45,7 +45,7 @@ sheep_SOURCES         += trace/trace.c trace/mcount.S trace/stabs.c trace/graph.c
  18.  endif
  19.  
  20.  sheep_LDADD            = ../lib/libsheepdog.a -lpthread \
  21. -                         $(libcpg_LIBS) $(libcfg_LIBS) $(libacrd_LIBS) $(LIBS)
  22. +                         $(libcpg_LIBS) $(libcfg_LIBS) $(libacrd_LIBS) $(libcoroipcc_LIBS) $(LIBS)
  23.  sheep_DEPENDENCIES     = ../lib/libsheepdog.a


Submit a correction or amendment below. (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.



Remember my name in a cookie


Code: To highlight particular lines, prefix each line with @@.
Include comments to indicate what you need feedback on.