aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authormartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2003-11-13 18:30:15 +0000
committermartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2003-11-13 18:30:15 +0000
commit97c7e118df3a3a4307713a1d94b66fb94d83296f (patch)
tree79a14e95b120a17cb346d95b7e9906a13c0119a0 /apps/Makefile
parent4872a9e320d371872f10b757b11c3f0161d1d7ad (diff)
Fix a typo
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1742 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 c3910a74a..e5a50c050 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -66,7 +66,7 @@ app_todd.o: app_todd.c
app_todd.so: app_todd.o
$(CC) $(SOLINK) -o $@ $< -L/usr/local/ssl/lib -lssl -lcrypto
-app_voicemail2.so : app_voicemail2.o
+app_voicemail.so : app_voicemail.o
ifeq ($(USE_MYSQL_VM_INTERFACE),1)
$(CC) $(SOLINK) -o $@ $(MLFLAGS) $< -lmysqlclient -lz
else