mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
uncomment some functions in the flex code that were actually
used in the bison code - detected by making aelparse compile again. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22702 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#
|
||||
# Don't use ast mm routines
|
||||
#
|
||||
UTILS:=astman smsq stereorize streamplayer
|
||||
UTILS:=astman smsq stereorize streamplayer aelparse
|
||||
|
||||
ifeq (${OSARCH},SunOS)
|
||||
SOL=../strcompat.o
|
||||
@@ -70,7 +70,7 @@ aelparse : ../pbx/ael/aelflex.o ../pbx/ael/aelbison.o ../pbx/pbx_ael.o ael_main.
|
||||
$(CC) $(CFLAGS) -g -o aelparse ../pbx/ael/aelflex.o ../pbx/ael/aelbison.o ael_main.o ../pbx/pbx_ael.o ../ast_expr2f.o ../ast_expr2.o
|
||||
|
||||
ael_main.o : ael_main.c ../include/asterisk/ael_structs.h
|
||||
$(CC) $(CFLAGS) -c -g -o ael_main.o ael_main.c
|
||||
$(CC) $(CFLAGS) -include ../include/autoconfig.h -c -g -o ael_main.o ael_main.c
|
||||
|
||||
ael_main1.o : ael_main.c ../include/asterisk/ael_structs.h
|
||||
$(CC) $(CFLAGS) -c -g -o ael_main1.o ael_main.c
|
||||
|
Reference in New Issue
Block a user