From: Joshua Colp Date: Fri, 4 Apr 2008 00:52:36 +0000 (+0000) Subject: Pass in the path to Zaptel for systems that install Zaptel headers in a separate... X-Git-Tag: 1.4.20-rc1~96 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2cfae0a8f3026d6c8299656be1a0ba3812ad06f9;p=thirdparty%2Fasterisk.git Pass in the path to Zaptel for systems that install Zaptel headers in a separate location. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@112711 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/Makefile b/main/Makefile index 44e5a891b5..6cf1c5e831 100644 --- a/main/Makefile +++ b/main/Makefile @@ -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)