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