From 2f80e9db7444bdccb840b2ea4b6b5ac0cbd24e63 Mon Sep 17 00:00:00 2001
From: Russell Bryant <russell@russellbryant.com>
Date: Sun, 25 Jun 2006 01:25:52 +0000
Subject: [PATCH] fix pbx_dundi build (issue #7424, jstrom)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35875 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 pbx/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

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