[Freeswitch-svn] [commit] r13819 - in freeswitch/trunk: . src/mod/event_handlers/mod_event_multicast

FreeSWITCH SVN andrew at freeswitch.org
Wed Jun 17 12:53:39 PDT 2009


Author: andrew
Date: Wed Jun 17 14:53:38 2009
New Revision: 13819

Log:
Switch mod_event_multicast over to using a Makefile.in


Added:
   freeswitch/trunk/src/mod/event_handlers/mod_event_multicast/Makefile.in
Modified:
   freeswitch/trunk/configure.in

Modified: freeswitch/trunk/configure.in
==============================================================================
--- freeswitch/trunk/configure.in	(original)
+++ freeswitch/trunk/configure.in	Wed Jun 17 14:53:38 2009
@@ -751,6 +751,7 @@
                 src/mod/languages/mod_java/Makefile
                 src/mod/languages/mod_python/Makefile
                 src/mod/event_handlers/mod_erlang_event/Makefile
+                src/mod/event_handlers/mod_event_multicast/Makefile
                 src/include/switch_am_config.h
                 build/getsounds.sh
                 build/getlib.sh

Added: freeswitch/trunk/src/mod/event_handlers/mod_event_multicast/Makefile.in
==============================================================================
--- (empty file)
+++ freeswitch/trunk/src/mod/event_handlers/mod_event_multicast/Makefile.in	Wed Jun 17 14:53:38 2009
@@ -0,0 +1,5 @@
+
+LOCAL_CFLAGS= @openssl_CFLAGS@
+LOCAL_LDLAGS= @openssl_LIBS@
+
+include ../../../../build/modmake.rules



More information about the Freeswitch-svn mailing list