summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-28 16:02:04 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-28 16:02:04 +0100
commit03e3c185d5d3f01ee46eb567218af79480128e89 (patch)
tree73fc8c35e9965c62bde22e06665cbe277735cc84 /tools
parent1fa282ad253be5eb8c7149ccb2f107d34b3b3c5b (diff)
downloadffi-efl-03e3c185d5d3f01ee46eb567218af79480128e89.zip
ffi-efl-03e3c185d5d3f01ee46eb567218af79480128e89.tar.gz
parse elm_config.h, generate elm_config.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 8a71ceb..1aebcbc 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -386,7 +386,7 @@ libs << elm_h('elm_check.h', 'ElmCheck')
libs << elm_h('elm_clock.h', 'ElmClock')
#libs << elm_h('elm_cnp.h', 'ElmCnp')
libs << elm_h('elm_colorselector.h', 'ElmColorSelector')
-#libs << elm_h('elm_config.h', 'ElmConfig')
+libs << elm_h('elm_config.h', 'ElmConfig')
#libs << elm_h('elm_conform.h', 'ElmConform')
libs << elm_h('elm_cursor.h', 'ElmCursor')
libs << elm_h('elm_debug.h', 'ElmDebug')