summaryrefslogtreecommitdiff
path: root/channels/h323
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2009-03-30 13:55:44 +0000
committerRussell Bryant <russell@russellbryant.com>2009-03-30 13:55:44 +0000
commit3ec3742a97185fd32cf018e65e223d359f97ed5e (patch)
treeb85f18e480360403936dc7c4a69df6cdb248aab4 /channels/h323
parent47c3799c9922e39c4129e0a7127d61fc9d828917 (diff)
Fix build error when chan_h323 is not being built.
(reported by cai1982 in #asterisk-dev) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@184910 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/h323')
-rw-r--r--channels/h323/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/h323/Makefile.in b/channels/h323/Makefile.in
index 083250f55..5f949ca7d 100644
--- a/channels/h323/Makefile.in
+++ b/channels/h323/Makefile.in
@@ -24,7 +24,9 @@ ifndef OPENH323DIR
OPENH323DIR=@OPENH323DIR@
endif
+ifneq ($(wildcard $(OPENH323DIR)/openh323u.mak),)
include $(OPENH323DIR)/openh323u.mak
+endif
notrace::
$(MAKE) NOTRACE=1 opt