fix pbx_dundi build (issue #7424, jstrom)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35875 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant 2006-06-25 01:25:52 +00:00
parent 9d6c30422b
commit 2f80e9db74
1 changed files with 5 additions and 0 deletions

View File

@ -37,3 +37,8 @@ ael/ael_lex.c:
ael/ael.tab.c ael/ael.tab.h:
(cd ael; bison -v -d ael.y)
dundi-parser.o: dundi-parser.c dundi-parser.h
$(CC) $(CFLAGS) -I. -c -o $@ $<
pbx_dundi.so: pbx_dundi.o dundi-parser.o