aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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