summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-05-13 10:54:40 +0000
committerRussell Bryant <russell@russellbryant.com>2006-05-13 10:54:40 +0000
commita3ed43f0dc50b04d05beabcd72f3cef631990877 (patch)
tree42f5e2f2c429bc7d8e761fd2f88efccbc4f6b0ea /apps
parentcec3a958e411e5727bdc618827529f3af923645d (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: https://origsvn.digium.com/svn/asterisk/trunk@27130 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-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
#