summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-28 15:12:06 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-28 15:12:06 +0100
commit3b8f992fb1863893ee25276d5e22eb24c9a4729d (patch)
treef728b58bf2f7df47286f46188971d8a82dd4da6b /tools
parent46fffe2653b79348c9ba8f128811b2d922c0e908 (diff)
downloadffi-efl-3b8f992fb1863893ee25276d5e22eb24c9a4729d.zip
ffi-efl-3b8f992fb1863893ee25276d5e22eb24c9a4729d.tar.gz
parse elm_plug.h, generate elm_plug.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 faa2e42..3bfa094 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -421,7 +421,7 @@ libs << elm_h('elm_panes.h', 'ElmPanes')
libs << elm_h('elm_password.h', 'ElmPassword')
libs << elm_h('elm_photocam.h', 'ElmPhotoCam')
libs << elm_h('elm_photo.h', 'ElmPhoto')
-#libs << elm_h('elm_plug.h', 'ElmPlug')
+libs << elm_h('elm_plug.h', 'ElmPlug')
libs << elm_h('elm_progressbar.h', 'ElmProgressBar')
libs << elm_h('elm_radio.h', 'ElmRadio')
libs << elm_h('elm_route.h', 'ElmRoute')