From: Russell Bryant Date: Sun, 25 Jun 2006 01:25:52 +0000 (+0000) Subject: fix pbx_dundi build (issue #7424, jstrom) X-Git-Tag: 1.4.0-beta1~773 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f80e9db7444bdccb840b2ea4b6b5ac0cbd24e63;p=thirdparty%2Fasterisk.git fix pbx_dundi build (issue #7424, jstrom) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35875 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/pbx/Makefile b/pbx/Makefile index c505d417e7..6b9beb970a 100644 --- a/pbx/Makefile +++ b/pbx/Makefile @@ -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