summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-28 12:27:49 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-28 12:27:49 +0100
commite2fa9dcf9bf6b3ef5428f1cc13feacb2cfd0e6a9 (patch)
treeda5a0f3d706cca61fb348fde0d16134c482559c4 /tools
parent7d35dcd880d9c29c40b853c88a44cf0cd685d16e (diff)
downloadffi-efl-e2fa9dcf9bf6b3ef5428f1cc13feacb2cfd0e6a9.zip
ffi-efl-e2fa9dcf9bf6b3ef5428f1cc13feacb2cfd0e6a9.tar.gz
parse elm_need.h, generate elm_need.rb
Diffstat (limited to 'tools')
-rwxr-xr-xtools/genruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb
index fd64127..87a41c4 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -414,7 +414,7 @@ libs << elm_h('elm_layout.h', 'ElmLayout')
#libs << elm_h('elm_map.h', 'ElmX')
libs << elm_h('elm_menu.h', 'ElmMenu')
libs << elm_h('elm_mirroring.h', 'ElmMirroring')
-#libs << elm_h('elm_need.h', 'ElmX')
+libs << elm_h('elm_need.h', 'ElmNeed')
libs << elm_h('elm_notify.h', 'ElmNotify')
libs << elm_h('elm_pager.h', 'ElmPager')
libs << elm_h('elm_panel.h', 'ElmPanel')