From 66dd3e295d3f1fc3afea5728c9b8938e5cf12259 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Thu, 25 Mar 2010 18:34:32 +0000 Subject: 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 --- addons/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'addons/Makefile') 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) -- cgit v1.2.3