From e4288283e0ee7a673e687870c427a5a268e1e50d Mon Sep 17 00:00:00 2001 From: Daniel Dickinson Date: Sat, 12 Mar 2011 00:57:33 +0000 Subject: [PATCH] Telephony: Yate: Corrected typo in dependency for dbwave. SVN-Revision: 26053 --- net/yate/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/yate/Makefile b/net/yate/Makefile index 20d8e8f03..bd4d52cae 100644 --- a/net/yate/Makefile +++ b/net/yate/Makefile @@ -119,7 +119,7 @@ $(eval $(call BuildPlugin,clustering,server,Clustering Server Support,)) $(eval $(call BuildPlugin,conference,,Conference Room Mixer,)) $(eval $(call BuildPlugin,cpuload,server,Monitor CPU load and Inform Yate,)) $(eval $(call BuildPlugin,dbpbx,server,PBX IVR and Multi-routing from Database,)) -$(eval $(call BuildPlugin,dbwave,server,Wav Media for DB Storage,+$(PKG_NAME)-mod-wavfile)) +$(eval $(call BuildPlugin,dbwave,server,Wav Media for DB Storage,+$(PKG_NAME)-mod-wavefile)) $(eval $(call BuildPlugin,dumbchan,,Dummy Channel,)) $(eval $(call BuildPlugin,enumroute,,ENUM Routing,)) $(eval $(call BuildPlugin,extmodule,,External Module Handler,)) -- 2.30.2