aboutsummaryrefslogtreecommitdiffstats
path: root/main/Makefile
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-04 00:53:19 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-04 00:53:19 +0000
commit1f228323c4cd6b38e0fd782f5c0bcecdd6ea980e (patch)
tree4fa4d28ea83463d97433ddc428a12df52787009d /main/Makefile
parent1bf9263e3b795a931c36a5609e617e657239646d (diff)
Merged revisions 112711 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r112711 | file | 2008-04-03 21:52:36 -0300 (Thu, 03 Apr 2008) | 2 lines 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/trunk@112712 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/Makefile')
-rw-r--r--main/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/Makefile b/main/Makefile
index b24e19e81..976c37b14 100644
--- a/main/Makefile
+++ b/main/Makefile
@@ -131,6 +131,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)
ifneq ($(findstring ENABLE_UPLOADS,$(MENUSELECT_CFLAGS)),)