From: Andrew Thompson Date: Wed, 17 Jun 2009 19:53:38 +0000 (+0000) Subject: Switch mod_event_multicast over to using a Makefile.in X-Git-Tag: v1.0.4~450 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65f6e2a23b8a2707922bb1a1f4d771d3cd089413;p=thirdparty%2Ffreeswitch.git 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 --- 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