summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2015-02-26 04:58:19 +0000
committerMatthew Jordan <mjordan@digium.com>2015-02-26 04:58:19 +0000
commitde86b30dbaaa616ca1752690c89eaa1bea4798a2 (patch)
treef277bf5426f15b28609c2419b48b88ef8658c879 /channels
parent34989bd9c8adf79af2aaf7a2fb1965cb590f36c5 (diff)
make: Remove 'res_features' from libraries to link against with cygwin/mingw32
Both the apps and channels Makefiles still listed 'res_features' as modules to link against when compiling for cygwin or mingw32. This module hasn't existed for quite some time. ASTERISK-18105 #close Reported by: feyfre ........ Merged revisions 432341 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@432342 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rw-r--r--channels/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/Makefile b/channels/Makefile
index b24478a6a..1f4cff4c7 100644
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -20,7 +20,7 @@ all: _all
include $(ASTTOPDIR)/Makefile.moddir_rules
ifneq ($(findstring $(OSARCH), mingw32 cygwin ),)
- LIBS+= -lres_monitor.so -lres_features.so
+ LIBS+= -lres_monitor.so
endif
clean::