summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-08-28 16:42:15 +0000
committerMark Spencer <markster@digium.com>2003-08-28 16:42:15 +0000
commit3ee27a8a8992dce78c0bf062d32ef7034d98b555 (patch)
tree6848629faf46be9e7afce4da11c82a1b5eec533f /apps/Makefile
parent01882fa17ebfbde7e9bf63c2209814a042dc69da (diff)
Allow "g" option in dial to go to next extension (bug #189)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1445 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 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