dect
/
asterisk
Archived
13
0
Fork 0

Fix build error when chan_h323 is not being built.

(reported by cai1982 in #asterisk-dev)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@184910 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2009-03-30 13:55:44 +00:00
parent 872c3dfb13
commit 6c3c30a57d
1 changed files with 2 additions and 0 deletions

View File

@ -24,7 +24,9 @@ ifndef OPENH323DIR
OPENH323DIR=@OPENH323DIR@
endif
ifneq ($(wildcard $(OPENH323DIR)/openh323u.mak),)
include $(OPENH323DIR)/openh323u.mak
endif
notrace::
$(MAKE) NOTRACE=1 opt