Skip to content
Snippets Groups Projects
Commit 3ec3742a authored by Russell Bryant's avatar Russell Bryant
Browse files

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
parent 47c3799c
Branches
Tags
No related merge requests found
...@@ -24,7 +24,9 @@ ifndef OPENH323DIR ...@@ -24,7 +24,9 @@ ifndef OPENH323DIR
OPENH323DIR=@OPENH323DIR@ OPENH323DIR=@OPENH323DIR@
endif endif
ifneq ($(wildcard $(OPENH323DIR)/openh323u.mak),)
include $(OPENH323DIR)/openh323u.mak include $(OPENH323DIR)/openh323u.mak
endif
notrace:: notrace::
$(MAKE) NOTRACE=1 opt $(MAKE) NOTRACE=1 opt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment