aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-13 10:54:40 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-13 10:54:40 +0000
commit98c676720d5bc5b13c14a4660ed7c04313684e41 (patch)
tree42f5e2f2c429bc7d8e761fd2f88efccbc4f6b0ea /apps/Makefile
parente3a7b062c06a16a3a361c012f6d1161e29df633e (diff)
Move WITH_SMDI from the Makefiles to be handled by menuselect. It will now be
defined in buildopts.h. Also, remove a few more stray spaces in the gcc commands. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27130 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 7b79281bc..ed26d855f 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -13,10 +13,6 @@
MODS:=$(filter-out $(MENUSELECT_APPS),$(patsubst %.c,%.so,$(wildcard app_*.c)))
-ifneq ($(WITH_SMDI),)
- CFLAGS+=-DWITH_SMDI
-endif
-
# If you have UnixODBC you can use ODBC voicemail
# storage
#