[asterisk-commits] file: trunk r79989 - /trunk/utils/Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sun Aug 19 19:38:21 CDT 2007


Author: file
Date: Sun Aug 19 19:38:20 2007
New Revision: 79989

URL: http://svn.digium.com/view/asterisk?view=rev&rev=79989
Log:
(closes issue #10496)
Reported by: caio1982
Fix building on OSX.

Modified:
    trunk/utils/Makefile

Modified: trunk/utils/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/utils/Makefile?view=diff&rev=79989&r1=79988&r2=79989
==============================================================================
--- trunk/utils/Makefile (original)
+++ trunk/utils/Makefile Sun Aug 19 19:38:20 2007
@@ -116,7 +116,7 @@
 
 extconf.o : extconf.c
 
-conf2ael: conf2ael.o ast_expr2f.o ast_expr2.o aelbison.o aelparse.o pbx_ael.o pval.o extconf.o
+conf2ael: conf2ael.o ast_expr2f.o ast_expr2.o aelbison.o aelparse.o pbx_ael.o pval.o extconf.o strcompat.o
 
 
 testexpr2s: ../main/ast_expr2f.c ../main/ast_expr2.c ../main/ast_expr2.h




More information about the asterisk-commits mailing list