]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix module embedding for chan_h323.
authorJeff Peeler <jpeeler@digium.com>
Fri, 10 Apr 2009 22:16:13 +0000 (22:16 +0000)
committerJeff Peeler <jpeeler@digium.com>
Fri, 10 Apr 2009 22:16:13 +0000 (22:16 +0000)
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: https://origsvn.digium.com/svn/asterisk/branches/1.4@187962 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/Makefile

index 8f067f6b02ee5d8f74e06bbdd181a1cfd2fca124..5e14d1add34e0d1cc53aca474f109d9423354755 100644 (file)
@@ -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] $^ -> $@"