aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-04 00:52:36 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-04 00:52:36 +0000
commit398c80c73ab017adcb77bd197d9a1c3f8f69b3d9 (patch)
treefcb80901bf2af0a04d445b65cd4b4b3e1036d3ca /main
parent41804f20e7f5f40002e9d2ffdb91285188c8352a (diff)
Pass in the path to Zaptel for systems that install Zaptel headers in a separate location.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@112711 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
-rw-r--r--main/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/Makefile b/main/Makefile
index 44e5a891b..6cf1c5e83 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)