aboutsummaryrefslogtreecommitdiffstats
path: root/addons/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-25 20:40:48 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-25 20:40:48 +0000
commit6991988668cc0885237f2f71a4cd97eb20212268 (patch)
treee90a3c732360862cc549dce3f94cb01940254576 /addons/Makefile
parentdc3b6eea43bf62afc45510d532355c4a6382e6a1 (diff)
Fix chan_ooh323 so it works on Mac OS X, as well.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@254799 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'addons/Makefile')
-rw-r--r--addons/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/addons/Makefile b/addons/Makefile
index 3faa9ccf5..af23c726b 100644
--- a/addons/Makefile
+++ b/addons/Makefile
@@ -47,6 +47,5 @@ $(if $(filter format_mp3,$(EMBEDDED_MODS)),modules.link,format_mp3.so): mp3/comm
chan_ooh323.o: _ASTCFLAGS+=$(H323CFLAGS)
$(if $(filter chan_ooh323,$(EMBEDDED_MODS)),modules.link,chan_ooh323.so): _ASTCFLAGS+=$(H323CFLAGS)
-$(if $(filter chan_ooh323,$(EMBEDDED_MODS)),modules.link,chan_ooh323.so): _ASTLDFLAGS+=-lrt
$(if $(filter chan_ooh323,$(EMBEDDED_MODS)),modules.link,chan_ooh323.so): $(addprefix ooh323c/src/,$(H323OBJS)) chan_ooh323.o ooh323cDriver.o
$(addprefix ooh323c/src/,$(H323OBJS)) chan_ooh323.o ooh323cDriver.o: _ASTCFLAGS+=$(call MOD_ASTCFLAGS,chan_ooh323)