summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-11-28 21:28:30 +0000
committerMark Spencer <markster@digium.com>2004-11-28 21:28:30 +0000
commite95fa2a065245a4a0db40da2b7dc27c7648b9254 (patch)
tree3a216aa77e309e30c63ecac0bc2d439c81c993a4 /apps/Makefile
parent1406e38d8f168ada31d15bb4a8940163b1ca53c5 (diff)
Add ability to store voicemail in ODBC database
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4349 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/Makefile')
-rwxr-xr-xapps/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/apps/Makefile b/apps/Makefile
index a50ac8091..08e24de11 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -50,14 +50,11 @@ APPS+=$(shell if [ -f /usr/local/include/zaptel.h ]; then echo "app_zapras.so ap
APPS+=$(shell if [ -f /usr/include/osp/osp.h ]; then echo "app_osplookup.so" ; fi)
CFLAGS+=-fPIC
-
-ifeq ($(USE_POSTGRES_VM_INTERFACE),1)
-CFLAGS+=-DUSEPOSTGRESVM
-endif
-
-ifeq ($(USE_MYSQL_VM_INTERFACE),1)
-CFLAGS+=-DUSEMYSQLVM
-endif
+#
+# If you have MySQL 4.1 or later you can use ODBC
+# storage
+#
+#CFLAGS+=-DUSE_ODBC_STORAGE
all: $(APPS)