summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-29 17:20:58 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-29 17:20:58 +0100
commit98d55fbd699d281dc416990eb55a5d876c9d12d3 (patch)
tree764913a03ee9501415d0e36d8f5b551cab06b5bf /tools
parent12f90a99542647e2c18c69702cc9c83fc2920059 (diff)
downloadffi-efl-98d55fbd699d281dc416990eb55a5d876c9d12d3.zip
ffi-efl-98d55fbd699d281dc416990eb55a5d876c9d12d3.tar.gz
parse elm_engine.h, generate elm_engine.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 9b4598b..41b59b2 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -391,7 +391,7 @@ libs << elm_h('elm_conform.h', 'ElmConform')
libs << elm_h('elm_cursor.h', 'ElmCursor')
libs << elm_h('elm_debug.h', 'ElmDebug')
libs << elm_h('elm_diskselector.h', 'ElmDiskSelector', ["#{NATIVE}/elementary","#{NATIVE}/elm/elm_scroller"])
-#libs << elm_h('elm_engine.h', 'ElmEngine')
+libs << elm_h('elm_engine.h', 'ElmEngine')
#libs << elm_h('elm_factory.h', 'ElmFactory')
libs << elm_h('elm_finger.h', 'ElmFinger')
libs << elm_h('elm_flip.h', 'ElmFlip')