mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-15 08:44:14 +00:00
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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user