[asterisk-commits] jpeeler: branch 1.4 r187962 - /branches/1.4/channels/Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Apr 10 17:16:17 CDT 2009


Author: jpeeler
Date: Fri Apr 10 17:16:13 2009
New Revision: 187962

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=187962
Log:
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


Modified:
    branches/1.4/channels/Makefile

Modified: branches/1.4/channels/Makefile
URL: http://svn.digium.com/svn-view/asterisk/branches/1.4/channels/Makefile?view=diff&rev=187962&r1=187961&r2=187962
==============================================================================
--- branches/1.4/channels/Makefile (original)
+++ branches/1.4/channels/Makefile Fri Apr 10 17:16:13 2009
@@ -102,6 +102,8 @@
 
 $(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] $^ -> $@"




More information about the asterisk-commits mailing list