diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-25 21:39:31 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-25 21:39:31 +0100 |
commit | 42b4b9aba1d9e8be86d565a4846ce44549e0ddb4 (patch) | |
tree | be6abb3a2efe0833318cd22f3b4d53d7cd58fb53 /tools | |
parent | 533338ea355b5a272f27e803da17201e83c8f0b9 (diff) | |
download | ffi-efl-42b4b9aba1d9e8be86d565a4846ce44549e0ddb4.zip ffi-efl-42b4b9aba1d9e8be86d565a4846ce44549e0ddb4.tar.gz |
rename module EMap->Emap
Diffstat (limited to 'tools')
-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 6e5ecdf..8bb4513 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -321,7 +321,7 @@ libs << { } libs << { :lib=>'emap', :header=>'EMap.h', - :modname=>'EMap', :prefix=>'emap', :outfile=>'emap.rb', + :modname=>'Emap', :prefix=>'emap', :outfile=>'emap.rb', :requires=>['efl/native/eina_list'] } libs << { |