[Freeswitch-trunk] [commit] r12578 - freeswitch/trunk/src/mod/event_handlers/mod_erlang_event
FreeSWITCH SVN
andrew at freeswitch.org
Wed Mar 11 17:43:07 PDT 2009
Author: andrew
Date: Wed Mar 11 19:43:07 2009
New Revision: 12578
Log:
Add a Makefile.in for mod_erlang_event in preparation for when my configure patch gets merged
Added:
freeswitch/trunk/src/mod/event_handlers/mod_erlang_event/Makefile.in
Added: freeswitch/trunk/src/mod/event_handlers/mod_erlang_event/Makefile.in
==============================================================================
--- (empty file)
+++ freeswitch/trunk/src/mod/event_handlers/mod_erlang_event/Makefile.in Wed Mar 11 19:43:07 2009
@@ -0,0 +1,9 @@
+LOCAL_SOURCES=handle_msg.c ei_helpers.c
+LOCAL_OBJS=handle_msg.o ei_helpers.o
+LOCAL_CFLAGS= @ERLANG_CFLAGS@ -D_REENTRANT
+LOCAL_LDFLAGS= @ERLANG_LDFLAGS@
+
+include ../../../../build/modmake.rules
+
+
+
More information about the Freeswitch-trunk
mailing list