patch-lib_clplumbing_Makefile_in 1.0 KB

1234567891011121314151617181920
  1. --- cluster-glue-1.0.11.orig/lib/clplumbing/Makefile.in 2013-02-27 15:20:39.000000000 +0100
  2. +++ cluster-glue-1.0.11/lib/clplumbing/Makefile.in 2013-02-27 15:38:14.000000000 +0100
  3. @@ -121,6 +121,7 @@ PROGRAMS = $(test_PROGRAMS)
  4. am_base64_md5_test_OBJECTS = base64_md5_test.$(OBJEXT)
  5. base64_md5_test_OBJECTS = $(am_base64_md5_test_OBJECTS)
  6. base64_md5_test_DEPENDENCIES = libplumb.la \
  7. + $(top_builddir)/lib/pils/libpils.la \
  8. $(top_builddir)/replace/libreplace.la
  9. am_ipctest_OBJECTS = ipctest.$(OBJEXT)
  10. ipctest_OBJECTS = $(am_ipctest_OBJECTS)
  11. @@ -454,7 +455,8 @@ ipctransientserver_LDADD = libplumb.la $
  12. #netstring_test_SOURCES = netstring_test.c
  13. #netstring_test_LDADD = libplumb.la $(top_builddir)/replace/libreplace.la libhbclient.la $(gliblib)
  14. base64_md5_test_SOURCES = base64_md5_test.c
  15. -base64_md5_test_LDADD = libplumb.la $(top_builddir)/replace/libreplace.la $(GLIBLIB)
  16. +base64_md5_test_LDADD = libplumb.la $(top_builddir)/replace/libreplace.la $(GLIBLIB) \
  17. + $(top_builddir)/lib/pils/libpils.la
  18. EXTRA_DIST = $(test_SCRIPTS)
  19. all: all-am