From 055a19e1286fbb7a3559c9928fad4e7d08af5329 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Sun, 5 Feb 2012 10:58:37 +0000 Subject: Replace res_ais with a new module, res_corosync. This patch removes res_ais and introduces a new module, res_corosync. The OpenAIS project is deprecated and is now just a wrapper around Corosync. This module provides the same functionality using the same core infrastructure, but without the use of the deprecated components. Technically res_ais could have been used with an AIS implementation other than OpenAIS, but that is the only one I know of that was ever used. Review: https://reviewboard.asterisk.org/r/1700/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@354046 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- makeopts.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makeopts.in') diff --git a/makeopts.in b/makeopts.in index 250998db0..63c84e627 100644 --- a/makeopts.in +++ b/makeopts.in @@ -222,8 +222,8 @@ OPENR2_LIB=@OPENR2_LIB@ PWLIB_INCLUDE=@PWLIB_INCLUDE@ PWLIB_LIB=@PWLIB_LIB@ -AIS_INCLUDE=@AIS_INCLUDE@ -AIS_LIB=@AIS_LIB@ +COROSYNC_INCLUDE=@COROSYNC_INCLUDE@ +COROSYNC_LIB=@COROSYNC_LIB@ RADIUS_INCLUDE=@RADIUS_INCLUDE@ RADIUS_LIB=@RADIUS_LIB@ -- cgit v1.2.3