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
This commit is contained in:
Mark Spencer
2003-08-28 16:42:15 +00:00
parent 01882fa17e
commit 3ee27a8a89
2 changed files with 9 additions and 1 deletions

View File

@@ -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