aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-11-05 05:42:23 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-11-05 05:42:23 +0000
commit9151ad0e94cdbbb3fc6c35eacc45eeb9fb42492f (patch)
treebafda7a75eea3a04a0a1665eacd5e4007f433c15 /apps/Makefile
parent6461b806047e9187792646ad68d1ee492665d1b5 (diff)
Voicemail/mysql updates
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1693 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 27d4494a0..c2c18df16 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -42,6 +42,10 @@ ifeq ($(USE_POSTGRES_VM_INTERFACE),1)
CFLAGS+=-DUSEPOSTGRESVM
endif
+ifeq ($(USE_MYSQL_VM_INTERFACE),1)
+CFLAGS+=-DUSEMYSQLVM
+endif
+
all: $(APPS)
clean: