aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-24 01:19:02 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-24 01:19:02 +0000
commitd924cf6f0efa6cc17d8b281d82d39968108f2706 (patch)
tree50ff8f231ca39d86d5b7a125c952945102216eaf /apps/Makefile
parent74ffe75c3831e7d538146b9849cfaa57db884eea (diff)
Add chanspy (bug #3836)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5242 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 f37aadab7..62d9a47ff 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -31,7 +31,7 @@ APPS=app_dial.so app_playback.so app_voicemail.so app_directory.so app_mp3.so\
app_talkdetect.so app_alarmreceiver.so app_userevent.so app_verbose.so \
app_test.so app_forkcdr.so app_math.so app_realtime.so \
app_dumpchan.so app_waitforsilence.so app_while.so app_setrdnis.so \
- app_md5.so app_readfile.so
+ app_md5.so app_readfile.so app_chanspy.so
ifneq (${OSARCH},Darwin)
ifneq (${OSARCH},SunOS)