aboutsummaryrefslogtreecommitdiffstats
path: root/addons/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-25 18:34:32 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-25 18:34:32 +0000
commit507870ee8f9a0b1a7b61a139ffbdb4b9374aaaa0 (patch)
tree5ffc3f6909a724eb3ca29e51d3300577e0e2729e /addons/Makefile
parentd1f11fd3a03a9b3dc505691592b10ee82563a839 (diff)
Get chan_ooh323 building again after recent build system changes.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@254636 f38db490-d61c-443f-a65b-d21fe96a405b
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)