From 98c676720d5bc5b13c14a4660ed7c04313684e41 Mon Sep 17 00:00:00 2001 From: russell Date: Sat, 13 May 2006 10:54:40 +0000 Subject: 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 --- channels/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'channels/Makefile') diff --git a/channels/Makefile b/channels/Makefile index 0b4ddacc3..b68c0649f 100644 --- a/channels/Makefile +++ b/channels/Makefile @@ -44,10 +44,6 @@ ifeq ($(OSARCH),SunOS) SOLINK+=-lrt endif -ifeq ($(WITH_SMDI),1) - CFLAGS+=-DWITH_SMDI -endif - ifeq ($(wildcard h323/libchanh323.a),) MODS:=$(filter-out chan_h323.so,$(MODS)) endif -- cgit v1.2.3