From 0c1a55852026b57c66f088f3a1444cb5e749e379 Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Wed, 17 Jun 2009 20:43:54 +0000 Subject: [PATCH] Whoops git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13821 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/event_handlers/mod_event_multicast/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mod/event_handlers/mod_event_multicast/Makefile b/src/mod/event_handlers/mod_event_multicast/Makefile index 2251807356..407528d653 100644 --- a/src/mod/event_handlers/mod_event_multicast/Makefile +++ b/src/mod/event_handlers/mod_event_multicast/Makefile @@ -1,5 +1,5 @@ -LOCAL_CFLAGS= $(openssl_CFLAGS) -LOCAL_LDLAGS= $(openssl_LIBS) +LOCAL_CFLAGS= $(OPENSSL_CFLAGS) +LOCAL_LDLAGS= $(OPENSSL_LIBS) include ../../../../build/modmake.rules