projects
/
asterisk/asterisk.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
make the configure script detect that it is running on a Windows platform, and report...
[asterisk/asterisk.git]
/
channels
/
Makefile
diff --git
a/channels/Makefile
b/channels/Makefile
index
3af4da9
..
c02bbeb
100644
(file)
--- a/
channels/Makefile
+++ b/
channels/Makefile
@@
-37,11
+37,6
@@
ifeq ($(OSARCH),NetBSD)
H323LIB=-lh323_NetBSD_x86_r
endif
H323LIB=-lh323_NetBSD_x86_r
endif
-MODULE_EXCLUDE:=
-ifneq ($(findstring $(OSARCH), mingw32 cygwin ),)
- MODULE_EXCLUDE+= chan_oss chan_unistim
-endif
-
ifeq ($(wildcard h323/libchanh323.a),)
MODULE_EXCLUDE += chan_h323
endif
ifeq ($(wildcard h323/libchanh323.a),)
MODULE_EXCLUDE += chan_h323
endif