summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-12-21 15:12:46 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-12-21 15:12:46 +0100
commitc9c71b6e5bc2b18ec1091930b05ef084aea7c6ab (patch)
tree280f8a7450ede457cf5993864320ed290380e3ab /tools/genruby.rb
parent0bfdb220d9c00401ed5e7799f4a36dc18ccdccba (diff)
downloadffi-efl-c9c71b6e5bc2b18ec1091930b05ef084aea7c6ab.zip
ffi-efl-c9c71b6e5bc2b18ec1091930b05ef084aea7c6ab.tar.gz
take care of efreet_base.h
Diffstat (limited to 'tools/genruby.rb')
-rwxr-xr-xtools/genruby.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb
index 3fcafa6..76f1b25 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -294,6 +294,7 @@ libs << efl_h('eio','Eio.h','Eio',nil,nil,["#{NATIVE}/eina_file","#{NATIVE}/eet"
libs << efl_h('embryo','Embryo.h','Embryo')
libs << efl_h('edje','Edje.h','Edje',nil,nil,["#{NATIVE}/evas"])
libs << efl_h('efreet','Efreet.h','Efreet')
+libs << efl_h('efreet','efreet_base.h','Efreet',nil,nil,["#{NATIVE}/eina_list"])
libs << efl_h('ethumb','Ethumb.h','Ethumb')
libs << efl_h('ethumb_client','Ethumb_Client.h','EthumbClient',nil,nil,["#{NATIVE}/ethumb"])
libs << efl_h('ethumb','Ethumb_Plugin.h','EthumbPlugin',nil,nil,["#{NATIVE}/evas","#{NATIVE}/ecore_evas","#{NATIVE}/ethumb"])