[asterisk-commits] file: trunk r112712 - in /trunk: ./ main/Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Apr 3 19:53:20 CDT 2008
Author: file
Date: Thu Apr 3 19:53:19 2008
New Revision: 112712
URL: http://svn.digium.com/view/asterisk?view=rev&rev=112712
Log:
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.
........
Modified:
trunk/ (props changed)
trunk/main/Makefile
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/main/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/main/Makefile?view=diff&rev=112712&r1=112711&r2=112712
==============================================================================
--- trunk/main/Makefile (original)
+++ trunk/main/Makefile Thu Apr 3 19:53:19 2008
@@ -131,6 +131,7 @@
rm ast_expr2.o ast_expr2f.o
channel.o: ASTCFLAGS+=$(ZAPTEL_INCLUDE)
+asterisk.o: ASTCFLAGS+=$(ZAPTEL_INCLUDE)
ifneq ($(findstring ENABLE_UPLOADS,$(MENUSELECT_CFLAGS)),)
More information about the asterisk-commits
mailing list