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
|
@ -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…
Reference in New Issue