diff --git a/apps/Makefile b/apps/Makefile
index 1d5d2b38d56d4eb0e036e0e089a7bffaeed9c39a..1dfe8c8385dcde581d3653fc5a17b7f78fa81b77 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -34,6 +34,6 @@ $(if $(filter app_confbridge,$(EMBEDDED_MODS)),modules.link,app_confbridge.so):
 $(subst .c,.o,$(wildcard confbridge/*.c)): _ASTCFLAGS+=$(call MOD_ASTCFLAGS,app_confbridge)
 
 ifneq ($(findstring $(OSARCH), mingw32 cygwin ),)
-  LIBS+= -lres_features.so -lres_ael_share.so -lres_monitor.so -lres_speech.so
+  LIBS+= -lres_ael_share.so -lres_monitor.so -lres_speech.so
   LIBS+= -lres_smdi.so
 endif
diff --git a/channels/Makefile b/channels/Makefile
index b24478a6a636e1434e8c6a98539a8d1cebc30914..1f4cff4c76cda85c2c05a16c5be45a463872265d 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::