From 039ee896c7715c92cbd56a0353afca6a912b05ec Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Sat, 21 Jan 2006 21:57:01 +0000 Subject: [PATCH] oops, don't build app_sql_postgres by default ... git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8409 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Makefile b/apps/Makefile index 1b40ca73ff..a5e195f989 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -30,7 +30,7 @@ APPS=app_adsiprog.so app_alarmreceiver.so app_authenticate.so app_cdr.so \ # # Obsolete things... # -APPS+=app_sql_postgres.so +#APPS+=app_sql_postgres.so #APPS+=app_sql_odbc.so #