1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-01 08:24:52 +00:00

Add a Makefile.in for mod_erlang_event in preparation for when my configure patch gets merged

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12578 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Andrew Thompson 2009-03-12 00:43:07 +00:00
parent faf8730b3e
commit 6f2862f996

@ -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