From 65f6e2a23b8a2707922bb1a1f4d771d3cd089413 Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Wed, 17 Jun 2009 19:53:38 +0000 Subject: [PATCH] Switch mod_event_multicast over to using a Makefile.in git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13819 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- configure.in | 1 + src/mod/event_handlers/mod_event_multicast/Makefile.in | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 src/mod/event_handlers/mod_event_multicast/Makefile.in diff --git a/configure.in b/configure.in index c4fa96805a..c729f5669c 100644 --- a/configure.in +++ b/configure.in @@ -751,6 +751,7 @@ AC_CONFIG_FILES([Makefile 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 diff --git a/src/mod/event_handlers/mod_event_multicast/Makefile.in b/src/mod/event_handlers/mod_event_multicast/Makefile.in new file mode 100644 index 0000000000..2b920243c3 --- /dev/null +++ b/src/mod/event_handlers/mod_event_multicast/Makefile.in @@ -0,0 +1,5 @@ + +LOCAL_CFLAGS= @openssl_CFLAGS@ +LOCAL_LDLAGS= @openssl_LIBS@ + +include ../../../../build/modmake.rules