summaryrefslogtreecommitdiff
path: root/pbx/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-06-16 08:47:06 +0000
committerMark Spencer <markster@digium.com>2005-06-16 08:47:06 +0000
commite0f057820a20d7a6b9d1ff18b0e480886673bf4e (patch)
tree1f680371a147be0a27779ccbad3d383df7c98226 /pbx/Makefile
parent80fe4e16b2a3bb31733fbe3292cbcdb1cba06738 (diff)
Add Asterisk Extension Language support (AEL) from Astricon talk
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5918 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx/Makefile')
-rwxr-xr-xpbx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/pbx/Makefile b/pbx/Makefile
index 21f4928d8..c2ebc6639 100755
--- a/pbx/Makefile
+++ b/pbx/Makefile
@@ -13,7 +13,8 @@
-PBX_LIBS=pbx_config.so pbx_spool.so pbx_dundi.so pbx_loopback.so pbx_realtime.so
+PBX_LIBS=pbx_config.so pbx_spool.so pbx_dundi.so pbx_loopback.so pbx_realtime.so \
+ pbx_ael.so
# Add GTK console if appropriate
#PBX_LIBS+=$(shell $(CROSS_COMPILE_BIN)gtk-config --cflags >/dev/null 2>/dev/null && echo "pbx_gtkconsole.so")