mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-24 18:41:57 +00:00
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12578 d0543943-73ff-0310-b7d9-9358b9ac24b2
10 lines
196 B
Makefile
10 lines
196 B
Makefile
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
|
|
|
|
|
|
|