mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user