projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47c3799
)
Fix build error when chan_h323 is not being built.
author
Russell Bryant
<russell@russellbryant.com>
Mon, 30 Mar 2009 13:55:44 +0000
(13:55 +0000)
committer
Russell Bryant
<russell@russellbryant.com>
Mon, 30 Mar 2009 13:55:44 +0000
(13:55 +0000)
(reported by cai1982 in #asterisk-dev)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@184910
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/h323/Makefile.in
patch
|
blob
|
history
diff --git
a/channels/h323/Makefile.in
b/channels/h323/Makefile.in
index
083250f
..
5f949ca
100644
(file)
--- 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