summaryrefslogtreecommitdiff
path: root/addons/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2010-03-25 18:34:32 +0000
committerKevin P. Fleming <kpfleming@digium.com>2010-03-25 18:34:32 +0000
commit66dd3e295d3f1fc3afea5728c9b8938e5cf12259 (patch)
tree5ffc3f6909a724eb3ca29e51d3300577e0e2729e /addons/Makefile
parent49e2cd4291fe8f1024d5f4caa564143f76ee11b7 (diff)
Get chan_ooh323 building again after recent build system changes.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@254636 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'addons/Makefile')
-rw-r--r--addons/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/addons/Makefile b/addons/Makefile
index cd12ab78b..3faa9ccf5 100644
--- a/addons/Makefile
+++ b/addons/Makefile
@@ -49,3 +49,4 @@ 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)