aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-28 16:42:15 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-28 16:42:15 +0000
commita5c52defec739c228fbc6e9c9bbfd79bbf57c04e (patch)
tree6848629faf46be9e7afce4da11c82a1b5eec533f /apps/Makefile
parent504acd4800ee38c7938f8468d276b68b095aa3a2 (diff)
Allow "g" option in dial to go to next extension (bug #189)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1445 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 dd63ffbdd..cf728cfb4 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -65,7 +65,7 @@ app_todd.so: app_todd.o
$(CC) -shared -Xlinker -x -o $@ $< -L/usr/local/ssl/lib -lssl -lcrypto
app_voicemail2.so : app_voicemail2.o
- $(CC) -shared -Xlinker -x -o $@ $(MLMFLAGS) $<
+ $(CC) -shared -Xlinker -x -o $@ $(MLFLAGS) $<
app_sql_postgres.o: app_sql_postgres.c
$(CC) -pipe -I/usr/local/pgsql/include $(CFLAGS) -c -o app_sql_postgres.o app_sql_postgres.c