aboutsummaryrefslogtreecommitdiffstats
path: root/utils/Makefile
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-20 00:38:20 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-20 00:38:20 +0000
commit5971b5afa14132d60786a555c9780e8e0ed27030 (patch)
tree1e9b24e039f1e99b20e44818539d6a72d97cbab7 /utils/Makefile
parent6935f942e7453055c9e9083cf9dc11396e931466 (diff)
(closes issue #10496)
Reported by: caio1982 Fix building on OSX. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@79989 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 296d24692..717c0dc07 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -116,7 +116,7 @@ aelparse: aelparse.o aelbison.o pbx_ael.o ael_main.o ast_expr2f.o ast_expr2.o st
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