summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2013-01-03 15:44:55 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2013-01-03 15:44:55 +0100
commit54e8ad8b8701a813035b4035d63fe067563bec90 (patch)
tree22aff39ec27202b22cc68e39a6d9d2eb71130fbb /tools/genruby.rb
parentf38875117d6f6298587a7b34d1aaf30c2e7fc6e3 (diff)
downloadffi-efl-54e8ad8b8701a813035b4035d63fe067563bec90.zip
ffi-efl-54e8ad8b8701a813035b4035d63fe067563bec90.tar.gz
fix enotify,ebluez module name
Diffstat (limited to 'tools/genruby.rb')
-rwxr-xr-xtools/genruby.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb
index 223b139..30dcad0 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -305,8 +305,8 @@ libs << efl_h('efreet','efreet_utils.h','EfreetUtils','efreet_utils',nil,["#{NAT
libs << efl_h('efreet_mime','Efreet_Mime.h','EfreetMime')
libs << efl_h('efreet_trash','Efreet_Trash.h','EfreetTrash',nil,nil,["#{NATIVE}/eina_list","#{NATIVE}/efreet_uri"])
libs << efl_h('edbus','E_DBus.h','Edbus',nil,'edbus.rb',["#{NATIVE}/eina_list"])
-libs << efl_h('enotify','E_Notify.h','Edbus','e_notification','enotify.rb',["#{NATIVE}/edbus"])
-libs << efl_h('ebluez','E_Bluez.h','Edbus','e_bluez','ebluez.rb',["#{NATIVE}/edbus"])
+libs << efl_h('enotify','E_Notify.h','Enotify','e_notification','enotify.rb',["#{NATIVE}/edbus"])
+libs << efl_h('ebluez','E_Bluez.h','Ebluez','e_bluez','ebluez.rb',["#{NATIVE}/edbus"])
libs << efl_h('ethumb','Ethumb.h','Ethumb')
libs << efl_h('ethumb_client','Ethumb_Client.h','EthumbClient',nil,nil,["#{NATIVE}/ethumb"])
libs << efl_h('ethumb','Ethumb_Plugin.h','EthumbPlugin',nil,nil,["#{NATIVE}/evas","#{NATIVE}/ecore_evas","#{NATIVE}/ethumb"])