aboutsummaryrefslogtreecommitdiffstats
path: root/cdr
diff options
context:
space:
mode:
Diffstat (limited to 'cdr')
-rwxr-xr-xcdr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cdr/Makefile b/cdr/Makefile
index 056b919d7..fb5f48281 100755
--- a/cdr/Makefile
+++ b/cdr/Makefile
@@ -19,7 +19,7 @@ CFLAGS+=-fPIC
# unixODBC stuff...
#
MODS+=$(shell if [ -f "/usr/include/odbcinst.h" ]; then echo "cdr_odbc.so"; fi)
-
+MODS+=$(shell if [ -f "/usr/local/include/odbcinst.h" ]; then echo "cdr_odbc.so"; fi)
#
# PGSQL stuff... Autoconf anyone??