aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormalcolmd <malcolmd@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-09 15:57:16 +0000
committermalcolmd <malcolmd@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-09 15:57:16 +0000
commit06c04819ba16f8bfdf34bb58b86461fdf78a1486 (patch)
tree7b6b2b634f4bad77a958196b119a0af520f17175 /apps
parent5102ab80ec064a7c1f53a3c9f2646c570fa5bbdc (diff)
Bug # 1182: Add app_eval: Permits a string to be evaulated twice in the context
of the dialplan. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2374 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rwxr-xr-xapps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 25bd56694..a2d705764 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -25,7 +25,7 @@ APPS=app_dial.so app_playback.so app_voicemail.so app_directory.so app_mp3.so\
app_waitforring.so app_privacy.so app_db.so app_chanisavail.so \
app_enumlookup.so app_transfer.so app_setcidnum.so app_cdr.so \
app_hasnewvoicemail.so app_sayunixtime.so app_cut.so app_read.so \
- app_setcdruserfield.so app_random.so app_ices.so
+ app_setcdruserfield.so app_random.so app_ices.so app_eval.so
ifneq (${OSARCH},Darwin)
APPS+=app_intercom.so