summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-28 15:54:02 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-28 15:54:02 +0100
commitf5cb496712682132aee5a2157e4865fa51f8a1a9 (patch)
tree2c4faf7ea4fa9b6f1c419bd938ebc6c86e492885 /tools/genruby.rb
parentf69142368d77631621c23e3c0bea201c027f9e53 (diff)
downloadffi-efl-f5cb496712682132aee5a2157e4865fa51f8a1a9.zip
ffi-efl-f5cb496712682132aee5a2157e4865fa51f8a1a9.tar.gz
parse elm_map.h, generate elm_map.rb
Diffstat (limited to 'tools/genruby.rb')
-rwxr-xr-xtools/genruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb
index f24e6d6..cd24f08 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -410,7 +410,7 @@ libs << elm_h('elm_index.h', 'ElmIndex')
libs << elm_h('elm_label.h', 'ElmLabel', ["#{NATIVE}/elementary","#{NATIVE}/elm/elm_entry"])
libs << elm_h('elm_layout.h', 'ElmLayout')
#libs << elm_h('elm_mapbuf.h', 'ElmMapBuf')
-#libs << elm_h('elm_map.h', 'ElmMap')
+libs << elm_h('elm_map.h', 'ElmMap', ["#{NATIVE}/emap","#{NATIVE}/elementary"])
libs << elm_h('elm_menu.h', 'ElmMenu')
libs << elm_h('elm_mirroring.h', 'ElmMirroring')
libs << elm_h('elm_need.h', 'ElmNeed')