Skip to content
Snippets Groups Projects
Commit 20c87064 authored by Russell Bryant's avatar Russell Bryant
Browse files

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
parent 95151cea
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment