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
This commit is contained in:
Russell Bryant
2006-05-13 10:54:40 +00:00
parent cec3a958e4
commit a3ed43f0dc
4 changed files with 9 additions and 17 deletions

View File

@@ -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
#