projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95151ce
)
don't try to build a chan_misdn_config.so
author
Russell Bryant
<russell@russellbryant.com>
Sat, 11 Feb 2006 18:40:42 +0000
(18:40 +0000)
committer
Russell Bryant
<russell@russellbryant.com>
Sat, 11 Feb 2006 18:40:42 +0000
(18:40 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9585
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/Makefile
patch
|
blob
|
history
diff --git
a/channels/Makefile
b/channels/Makefile
index
8425ff6
..
7db6a50
100644
(file)
--- 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