aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-04 16:09:35 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-04 16:09:35 +0000
commit36b2e3eab3f7bd7d43d1970e1496d6490a370667 (patch)
treea29fbe1bd7b5c7e778dd13323ba1d66fe8632e21 /apps/Makefile
parent3d2252c81d824df7b13198547853215b38f9e81c (diff)
Add app_groupcount to manage groups
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2888 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/Makefile')
-rwxr-xr-xapps/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 35e58f92f..4a608c420 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -26,7 +26,8 @@ APPS=app_dial.so app_playback.so app_voicemail.so app_directory.so app_mp3.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_eval.so \
- app_nbscat.so app_sendtext.so app_exec.so app_sms.so
+ app_nbscat.so app_sendtext.so app_exec.so app_sms.so \
+ app_groupcount.so
ifneq (${OSARCH},Darwin)
APPS+=app_intercom.so