aboutsummaryrefslogtreecommitdiffstats
path: root/cdr
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-11-01 11:26:28 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-11-01 11:26:28 +0000
commitf642820668e40b53a382116aaef93c2d53d4ae6b (patch)
tree2de7b125ae4ab1a5236d314781cc9f3bea0f6e34 /cdr
parent70aef01d69ee29a37e0778afb00ee04a2906be34 (diff)
This is for postgres, not mysql now. (it was buggin me)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1683 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'cdr')
-rwxr-xr-xcdr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cdr/Makefile b/cdr/Makefile
index 51afa66dd..3f5629a1a 100755
--- a/cdr/Makefile
+++ b/cdr/Makefile
@@ -16,7 +16,7 @@ MODS=cdr_csv.so
CFLAGS+=-fPIC
#
-# MySQL stuff... Autoconf anyone??
+# PGSQL stuff... Autoconf anyone??
#
MODS+=$(shell if [ -d /usr/local/pgsql/include ] || [ -d /usr/include/pgsql ] || [ -d /usr/local/include/pgsql ] || [ -d /opt/pgsql/include ] || [ -f /usr/include/libpq-fe.h ] ; then echo "cdr_pgsql.so"; fi)
CFLAGS+=$(shell if [ -d /usr/local/pgsql/include ]; then echo "-I/usr/local/pgsql/include"; fi)