diff --git a/Makefile.am b/Makefile.am
index 0d9d740..48af263 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,6 +40,10 @@ noinst_HEADERS = make/copyright.cf
install-exec-local:
if BUILD_LINUX_HA
$(INSTALL) -d -m 1755 $(DESTDIR)$(HA_RSCTMPDIR)
+ $(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
if BUILD_RGMANAGER
$(INSTALL) -d $(DESTDIR)/$(LOGDIR)
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: [email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/