Build fix for H.323 (bug #127)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1371 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2003-08-19 01:23:39 +00:00
parent 1ab3f636cc
commit fa073b7330
1 changed files with 8 additions and 0 deletions

View File

@ -54,6 +54,14 @@ CHANNEL_LIBS+=$(shell [ -f /usr/include/linux/zaptel.h ] && echo "chan_zap.so")
CHANNEL_LIBS+=$(shell [ -f /usr/include/nbs.h ] && echo "chan_nbs.so" )
ifndef OPENH323DIR
OPENH323DIR=$(HOME)/openh323
endif
ifndef PWLIBDIR
PWLIBDIR=$(HOME)/pwlib
endif
#CFLAGS+=$(shell [ -f $(ZAPDIR)/libzap.a ] && echo "-I$(ZAPDIR)")
all: depend $(CHANNEL_LIBS)