[asterisk-commits] russell: trunk r184910 - /trunk/channels/h323/Makefile.in
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Mar 30 08:55:48 CDT 2009
Author: russell
Date: Mon Mar 30 08:55:44 2009
New Revision: 184910
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=184910
Log:
Fix build error when chan_h323 is not being built.
(reported by cai1982 in #asterisk-dev)
Modified:
trunk/channels/h323/Makefile.in
Modified: trunk/channels/h323/Makefile.in
URL: http://svn.digium.com/svn-view/asterisk/trunk/channels/h323/Makefile.in?view=diff&rev=184910&r1=184909&r2=184910
==============================================================================
--- trunk/channels/h323/Makefile.in (original)
+++ trunk/channels/h323/Makefile.in Mon Mar 30 08:55:44 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