aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authormalcolmd <malcolmd@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-12 01:56:38 +0000
committermalcolmd <malcolmd@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-12 01:56:38 +0000
commitb3ca60c69d42b5247ddbf4c420652db2d1833ded (patch)
tree88e3e0ac8568ba68a978be9e0ba73536a44ac120 /apps/Makefile
parenta52c2ebeebe0729306ce4c90de34f0ef59c16996 (diff)
Bug #792: Add app_random
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1958 f38db490-d61c-443f-a65b-d21fe96a405b
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 2f81a5d84..0fcdd7636 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_setcdruserfield.so app_random.so
ifneq (${OSARCH},Darwin)
APPS+=app_intercom.so