aboutsummaryrefslogtreecommitdiffstats
path: root/channels/Makefile
diff options
context:
space:
mode:
authorjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-10 22:16:13 +0000
committerjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-10 22:16:13 +0000
commit41333f8831fae6266cd77d58f6accd9d1f6b80fe (patch)
tree26a5939d8d2a79b58b2b9226fa79fccc03757dc2 /channels/Makefile
parent814e7d80ff97235dc9df11897e6450ee0d845ef8 (diff)
Fix module embedding for chan_h323.
Include libchanh323.a in the modules.link file so that all the symbols can be resolved at link time. (closes issue #11966) Reported by: dome git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@187962 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/Makefile')
-rw-r--r--channels/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/Makefile b/channels/Makefile
index 8f067f6b0..5e14d1add 100644
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -102,6 +102,8 @@ ring_tone.h:
$(if $(filter chan_iax2,$(EMBEDDED_MODS)),modules.link,chan_iax2.so): iax2-parser.o iax2-provision.o
+$(if $(filter chan_h323,$(EMBEDDED_MODS)),modules.link,chan_h323.so): h323/libchanh323.a
+
ifeq ($(OSARCH),linux-gnu)
chan_h323.so: chan_h323.o h323/libchanh323.a h323/Makefile.ast
$(ECHO_PREFIX) echo " [LD] $^ -> $@"