]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Switch mod_event_multicast over to using a Makefile.in
authorAndrew Thompson <andrew@hijacked.us>
Wed, 17 Jun 2009 19:53:38 +0000 (19:53 +0000)
committerAndrew Thompson <andrew@hijacked.us>
Wed, 17 Jun 2009 19:53:38 +0000 (19:53 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13819 d0543943-73ff-0310-b7d9-9358b9ac24b2

configure.in
src/mod/event_handlers/mod_event_multicast/Makefile.in [new file with mode: 0644]

index c4fa96805a443e47d49818827dd2377e707afd96..c729f5669c779b8b4ce65637445a5a5b67edb217 100644 (file)
@@ -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 (file)
index 0000000..2b92024
--- /dev/null
@@ -0,0 +1,5 @@
+
+LOCAL_CFLAGS= @openssl_CFLAGS@
+LOCAL_LDLAGS= @openssl_LIBS@
+
+include ../../../../build/modmake.rules