[svn-commits] russell: branch 1.6.0 r184911 - in /branches/1.6.0: ./ channels/h323/Makefile.in

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Mar 30 08:57:00 CDT 2009


Author: russell
Date: Mon Mar 30 08:56:57 2009
New Revision: 184911

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=184911
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.0/   (props changed)
    branches/1.6.0/channels/h323/Makefile.in

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.0/channels/h323/Makefile.in
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.0/channels/h323/Makefile.in?view=diff&rev=184911&r1=184910&r2=184911
==============================================================================
--- branches/1.6.0/channels/h323/Makefile.in (original)
+++ branches/1.6.0/channels/h323/Makefile.in Mon Mar 30 08:56:57 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 svn-commits mailing list