aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-25 01:25:52 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-25 01:25:52 +0000
commitf2629806ef24b406c5fd3d2b2c4d7e2359d6e0c4 (patch)
tree652b01c0db7bfb8e2f6a398774fc5acc0427d545 /pbx
parenta6fce734b8d5eaf3806a981ebf657d51faaddec6 (diff)
fix pbx_dundi build (issue #7424, jstrom)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35875 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx')
-rw-r--r--pbx/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/pbx/Makefile b/pbx/Makefile
index c505d417e..6b9beb970 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