From: Russell Bryant Date: Sat, 11 Feb 2006 18:40:42 +0000 (+0000) Subject: don't try to build a chan_misdn_config.so X-Git-Tag: 1.4.0-beta1~2664 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20c87064c10e0e130fa479d80283b51e77a72934;p=thirdparty%2Fasterisk.git don't try to build a chan_misdn_config.so git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9585 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/Makefile b/channels/Makefile index 8425ff61c3..7db6a50d03 100644 --- a/channels/Makefile +++ b/channels/Makefile @@ -16,6 +16,9 @@ MODS:=$(patsubst %.c,%.so,$(wildcard chan_*.c)) +# This should be renamed :) +MODS:=$(filter-out chan_misdn_config.so,$(MODS)) + ifeq (${OSARCH},OpenBSD) PTLIB=-lpt_OpenBSD_x86_r H323LIB=-lh323_OpenBSD_x86_r