summaryrefslogtreecommitdiff
path: root/channels/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'channels/Makefile')
-rw-r--r--channels/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/channels/Makefile b/channels/Makefile
index 8425ff61c..7db6a50d0 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