diff options
Diffstat (limited to 'tools/genruby.rb')
-rwxr-xr-x | tools/genruby.rb | 2 |
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') |