aboutsummaryrefslogtreecommitdiffstats
path: root/utils/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-21 20:16:51 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-21 20:16:51 +0000
commit15d8d818f15965fce0c0e6aa393b58870e53ca5f (patch)
treeed88cb2cc17e76802f53418b7e7b44bd001279d1 /utils/Makefile
parent9994fa7c80bf81e5a3952a2c7829a3286a7da93e (diff)
enhance check_expr to check for parsing errors in dialplans (bug #4556)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5959 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils/Makefile')
-rwxr-xr-xutils/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile
index b5a805571..689aacbd1 100755
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -47,6 +47,9 @@ astman: astman.o ../md5.o
stereorize: stereorize.o frame.o
$(CC) $(CFLAGS) -o stereorize stereorize.o frame.o -lm
+check_expr : check_expr.c ../ast_expr.a
+ $(CC) $(CFLAGS) -o check_expr check_expr.c ../ast_expr.a
+
smsq: smsq.o
$(CC) $(CFLAGS) -o smsq ${SOL} smsq.o -lpopt