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:
parent
faf8730b3e
commit
6f2862f996
9
src/mod/event_handlers/mod_erlang_event/Makefile.in
Normal file
9
src/mod/event_handlers/mod_erlang_event/Makefile.in
Normal file
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user