]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Add a Makefile.in for mod_erlang_event in preparation for when my configure patch...
authorAndrew Thompson <andrew@hijacked.us>
Thu, 12 Mar 2009 00:43:07 +0000 (00:43 +0000)
committerAndrew Thompson <andrew@hijacked.us>
Thu, 12 Mar 2009 00:43:07 +0000 (00:43 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12578 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/event_handlers/mod_erlang_event/Makefile.in [new file with mode: 0644]

diff --git a/src/mod/event_handlers/mod_erlang_event/Makefile.in b/src/mod/event_handlers/mod_erlang_event/Makefile.in
new file mode 100644 (file)
index 0000000..3a55175
--- /dev/null
@@ -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
+
+
+