enhance check_expr to check for parsing errors in dialplans (bug #4556)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5959 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-06-21 20:16:51 +00:00
parent eea9249eda
commit e3ddd96fec
2 changed files with 191 additions and 74 deletions

View File

@@ -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