summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-28 16:01:03 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-28 16:01:03 +0100
commit1fa282ad253be5eb8c7149ccb2f107d34b3b3c5b (patch)
tree24cc83ee54855f93540356da8607ec493827f9e8 /tools
parent2ad7f52482cdb8f268ec1e3b5558853cf0d790ef (diff)
downloadffi-efl-1fa282ad253be5eb8c7149ccb2f107d34b3b3c5b.zip
ffi-efl-1fa282ad253be5eb8c7149ccb2f107d34b3b3c5b.tar.gz
parse elm_cache.h, generate elm_cache.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 3dbf494..8a71ceb 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -380,7 +380,7 @@ libs << elm_h('elm_bg.h', 'ElmBg')
libs << elm_h('elm_box.h', 'ElmBox')
libs << elm_h('elm_bubble.h', 'ElmBubble')
libs << elm_h('elm_button.h', 'ElmButton')
-#libs << elm_h('elm_cache.h', 'ElmCache')
+libs << elm_h('elm_cache.h', 'ElmCache')
libs << elm_h('elm_calendar.h', 'ElmCalendar')
libs << elm_h('elm_check.h', 'ElmCheck')
libs << elm_h('elm_clock.h', 'ElmClock')