diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/extract-api.sh | 1 | ||||
-rwxr-xr-x | tools/genruby.rb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/extract-api.sh b/tools/extract-api.sh index b1a0a95..afa9017 100755 --- a/tools/extract-api.sh +++ b/tools/extract-api.sh @@ -44,6 +44,7 @@ for header in \ "${INCLUDE}/ecore-1/Ecore_Fb.h" \ "${INCLUDE}/ecore-1/Ecore_File.h" \ "${INCLUDE}/eio-1/Eio.h" \ + "${INCLUDE}/embryo-1/Embryo.h" \ "${INCLUDE}/edje-1/Edje.h" \ "${INCLUDE}/ethumb-1/Ethumb.h" \ "${INCLUDE}/ethumb-1/Ethumb_Client.h" \ diff --git a/tools/genruby.rb b/tools/genruby.rb index 917a885..f978fac 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -291,6 +291,7 @@ libs << efl_h('ecore_input','Ecore_Input.h','EcoreInput','ecore_event',nil,["#{N libs << efl_h('ecore','Ecore_Getopt.h','EcoreGetopt',nil,nil,["#{NATIVE}/eina_list"]) libs << efl_h('ecore_evas','Ecore_Evas.h','EcoreEvas',nil,nil,["#{NATIVE}/ecore_getopt","#{NATIVE}/evas"]) 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('ethumb','Ethumb.h','Ethumb') libs << efl_h('ethumb_client','Ethumb_Client.h','EthumbClient',nil,nil,["#{NATIVE}/ethumb"]) |