summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorMalcolm Davenport <malcolmd@digium.com>2004-03-09 15:57:16 +0000
committerMalcolm Davenport <malcolmd@digium.com>2004-03-09 15:57:16 +0000
commitd971478d750d34743b428f5294102bd77bd109cc (patch)
tree7b6b2b634f4bad77a958196b119a0af520f17175 /apps/Makefile
parentb1718d715e77633cf5f906976f98243faf91bfa6 (diff)
Bug # 1182: Add app_eval: Permits a string to be evaulated twice in the context
of the dialplan. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2374 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/Makefile')
-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