diff --git a/Makefile.am b/Makefile.am
index 0d9d740..45a72c0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,6 +43,10 @@ if BUILD_LINUX_HA
 endif
 if BUILD_RGMANAGER
        $(INSTALL) -d $(DESTDIR)/$(LOGDIR)
+       $(LN_S) ../../lib/heartbeat/ocf-binaries 
$(DESTDIR)${OCF_RA_DIR}/heartbeat/.ocf-binaries
+       $(LN_S) ../../lib/heartbeat/ocf-directories 
$(DESTDIR)${OCF_RA_DIR}/heartbeat/.ocf-directories
+       $(LN_S) ../../lib/heartbeat/ocf-returncodes 
$(DESTDIR)${OCF_RA_DIR}/heartbeat/.ocf-returncodes
+       $(LN_S) ../../lib/heartbeat/ocf-shellfuncs 
$(DESTDIR)${OCF_RA_DIR}/heartbeat/.ocf-shellfuncs
 endif
 
 dist-clean-local:
diff --git a/configure.ac b/configure.ac
index 87f39b8..a0a6c03 100644
--- a/configure.ac
+++ b/configure.ac
@@ -106,6 +106,7 @@ AC_STRUCT_TIMEZONE
 dnl ===============================================
 dnl Helpers 
 dnl ===============================================
+AC_PROG_LN_S
 cc_supports_flag() {
          local CFLAGS="$@"
          AC_MSG_CHECKING(whether $CC supports "$@")
_______________________________________________________
Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/

Reply via email to