]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Remove old hardcoded makefile now that we can check for erlang stuff in configure
authorAndrew Thompson <andrew@hijacked.us>
Thu, 12 Mar 2009 19:57:22 +0000 (19:57 +0000)
committerAndrew Thompson <andrew@hijacked.us>
Thu, 12 Mar 2009 19:57:22 +0000 (19:57 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12588 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/event_handlers/mod_erlang_event/Makefile [deleted file]

diff --git a/src/mod/event_handlers/mod_erlang_event/Makefile b/src/mod/event_handlers/mod_erlang_event/Makefile
deleted file mode 100644 (file)
index 0ff1a89..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-BASE=../../../..
-LOCAL_SOURCES=handle_msg.c ei_helpers.c
-LOCAL_OBJS=handle_msg.o ei_helpers.o
-include $(BASE)/build/modmake.rules
-
-
-LOCAL_CFLAGS=-I/usr/local/lib/erlang/lib/erl_interface-3.5.9/include -L/usr/local/lib/erlang/lib/erl_interface-3.5.9/lib/ -D_REENTRANT
-LOCAL_LDFLAGS=-lei