]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Pass in the path to Zaptel for systems that install Zaptel headers in a separate...
authorJoshua Colp <jcolp@digium.com>
Fri, 4 Apr 2008 00:52:36 +0000 (00:52 +0000)
committerJoshua Colp <jcolp@digium.com>
Fri, 4 Apr 2008 00:52:36 +0000 (00:52 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@112711 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/Makefile

index 44e5a891b5354297e523634ccf48a48224509783..6cf1c5e8312f7caa7eb93c05da0dee77c65ca491 100644 (file)
@@ -122,6 +122,7 @@ testexpr2: ast_expr2f.c ast_expr2.c ast_expr2.h
        rm ast_expr2.o ast_expr2f.o 
 
 channel.o: ASTCFLAGS+=$(ZAPTEL_INCLUDE)
+asterisk.o: ASTCFLAGS+=$(ZAPTEL_INCLUDE)
 
 stdtime/localtime.o: ASTCFLAGS+=$(AST_NO_STRICT_OVERFLOW)