aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-25 03:15:18 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-25 03:15:18 +0000
commit7ff52bf0beb9af53698beb068ac91d4e238bb46e (patch)
tree59114dcc33c74c1b528b465cc938c8a2f59e4900 /apps/Makefile
parent31019d57fc8b26d49b6043f6c1b7facbce1fa1de (diff)
add optional 'extended ODBC storage' mode (issue #4403)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6404 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/Makefile')
-rwxr-xr-xapps/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/Makefile b/apps/Makefile
index e9cfa8591..4689baad1 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -71,7 +71,11 @@ CFLAGS+=-fPIC
# If you have MySQL 4.1 or later you can use ODBC
# storage
#
+# Uncomment to use odbc storage
#CFLAGS+=-DUSE_ODBC_STORAGE
+# Uncomment for extended odbc voicemail storage
+#CFLAGS+=-DEXTENDED_ODBC_STORAGE
+# See doc/README.odbcstorage for more information
all: $(APPS)