[asterisk-commits] russell: branch 1.6.2 r184913 - in /branches/1.6.2: ./ channels/h323/Makefile.in
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Mar 30 08:57:59 CDT 2009
Author: russell
Date: Mon Mar 30 08:57:56 2009
New Revision: 184913
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=184913
Log:
Merged revisions 184910 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r184910 | russell | 2009-03-30 08:55:44 -0500 (Mon, 30 Mar 2009) | 4 lines
Fix build error when chan_h323 is not being built.
(reported by cai1982 in #asterisk-dev)
........
Modified:
branches/1.6.2/ (props changed)
branches/1.6.2/channels/h323/Makefile.in
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/channels/h323/Makefile.in
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.2/channels/h323/Makefile.in?view=diff&rev=184913&r1=184912&r2=184913
==============================================================================
--- branches/1.6.2/channels/h323/Makefile.in (original)
+++ branches/1.6.2/channels/h323/Makefile.in Mon Mar 30 08:57:56 2009
@@ -24,7 +24,9 @@
OPENH323DIR=@OPENH323DIR@
endif
+ifneq ($(wildcard $(OPENH323DIR)/openh323u.mak),)
include $(OPENH323DIR)/openh323u.mak
+endif
notrace::
$(MAKE) NOTRACE=1 opt
More information about the asterisk-commits
mailing list