summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-10-03 14:19:31 +0000
committerMark Spencer <markster@digium.com>2004-10-03 14:19:31 +0000
commitc22c053f82fd08187e340f8fdccbf69b8d8369c2 (patch)
tree017ecebe1f487fcccad2136522407f56985ab9a8 /apps/Makefile
parentc26fb30f2065408dabdaf685801ca4ff9b5affbd (diff)
Add (heavily modified) math application (bug #2534)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3892 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 ce0fef4ca..3c3838278 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -29,7 +29,7 @@ APPS=app_dial.so app_playback.so app_voicemail.so app_directory.so app_mp3.so\
app_nbscat.so app_sendtext.so app_exec.so app_sms.so \
app_groupcount.so app_txtcidname.so app_controlplayback.so \
app_talkdetect.so app_alarmreceiver.so app_userevent.so app_verbose.so \
- app_test.so app_forkcdr.so
+ app_test.so app_forkcdr.so app_math.so
ifneq (${OSARCH},Darwin)
APPS+=app_intercom.so